2 * This file is obj-generic.c and is intended to be a template for
3 * object format specific source files.
5 * Last Mod Thu Jan 3 19:30:50 PST 1991, by rich@sendai
8 /* Chars that can be used to separate mant from exp in floating point nums */
9 char EXP_CHARS[] = "eE";
11 /* Chars that mean this number is a floating point constant */
14 char FLT_CHARS[] = "rRsSfFdDxXpP";
16 /* These chars start a comment anywhere in a source file (except inside
18 const char comment_chars[] = "#";
27 /* end of obj-generic.c */