Changeset 153 for branches/GNU/src/gmake/commands.c
- Timestamp:
- Sep 8, 2004, 4:43:30 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/commands.c
r54 r153 129 129 { 130 130 static char *plus_value=0, *bar_value=0, *qmark_value=0; 131 static int qmark_max=0, plus_max=0, bar_max=0;131 static unsigned int qmark_max=0, plus_max=0, bar_max=0; 132 132 133 133 unsigned int qmark_len, plus_len, bar_len;
Note:
See TracChangeset
for help on using the changeset viewer.