Tandem/MRI syntax bit rot

This commit is contained in:
Steve Chamberlain
1992-02-22 03:06:02 +00:00
parent 1ab3bf1b14
commit ed90b99590

View File

@ -54,6 +54,8 @@ const char line_comment_chars[] = "*";
const char line_comment_chars[] = "#"; const char line_comment_chars[] = "#";
#endif #endif
#define NO_RELOC 0
/* Chars that can be used to separate mant from exp in floating point nums */ /* Chars that can be used to separate mant from exp in floating point nums */
const char EXP_CHARS[] = "eE"; const char EXP_CHARS[] = "eE";