git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@62381
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
/* handle cpp comments */
/* their line format is
- * # <line no. of next line> <filename from next line on> [??]
+ * #line <line no. of next line> <filename from next line on> [??]
*/
cpp_token_line = NULL;
cpp_token_file = NULL;
CPP_RESERVE(pfile, 4 * strlen(ip->nominal_fname) + 50);
{
-#ifdef OUTPUT_LINE_COMMANDS
static char sharp_line[] = "#line ";
-#else
- static char sharp_line[] = "# ";
-
-#endif
CPP_PUTS_Q(pfile, sharp_line, sizeof(sharp_line) - 1);
}