Changeset 2391 in kBuild
- Timestamp:
- Feb 14, 2010 10:56:20 PM (15 years ago)
- Location:
- trunk/src/kash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/generated/nodes.c
r2290 r2391 52 52 53 53 54 intfuncblocksize; /* size of structures in function */55 intfuncstringsize; /* size of strings in node */54 size_t funcblocksize; /* size of structures in function */ 55 size_t funcstringsize; /* size of strings in node */ 56 56 pointer funcblock; /* block to allocate function from */ 57 57 char *funcstring; /* block to allocate strings from */ -
trunk/src/kash/nodes.c.pat
r2290 r2391 48 48 49 49 50 intfuncblocksize; /* size of structures in function */51 intfuncstringsize; /* size of strings in node */50 size_t funcblocksize; /* size of structures in function */ 51 size_t funcstringsize; /* size of strings in node */ 52 52 pointer funcblock; /* block to allocate function from */ 53 53 char *funcstring; /* block to allocate strings from */
Note:
See TracChangeset
for help on using the changeset viewer.