Changeset 5116
- Timestamp:
- Feb 11, 2010 12:13:32 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/util/romcc/romcc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/romcc/romcc.c
r5114 r5116 10783 10783 error(state, 0, "negative string constant length"); 10784 10784 } 10785 /* ignore empty string tokens */ 10786 if (strcmp("\"", str) == 0) 10787 continue; 10785 10788 end = str + str_len; 10786 10789 ptr = buf;
Note: See TracChangeset
for help on using the changeset viewer.
