Parent Directory
|
Revision Log
|
Patch
revision 67 by nigel, Sat Feb 24 21:40:13 2007 UTC | revision 69 by nigel, Sat Feb 24 21:40:18 2007 UTC | |
---|---|---|
# | Line 247 ESC_n is defined as yet another macro, w | Line 247 ESC_n is defined as yet another macro, w |
247 | #define ESC_r '\r' | #define ESC_r '\r' |
248 | #endif | #endif |
249 | ||
250 | #ifndef ESC_t | /* We can't officially use ESC_t because it is a POSIX reserved identifier |
251 | #define ESC_t '\t' | (presumably because of all the others like size_t). */ |
252 | ||
253 | #ifndef ESC_tee | |
254 | #define ESC_tee '\t' | |
255 | #endif | #endif |
256 | ||
257 | /* These are escaped items that aren't just an encoding of a particular data | /* These are escaped items that aren't just an encoding of a particular data |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |