Changeset 39 for abuse/trunk/src/compiled.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/compiled.cpp
r17 r39 28 28 int compile_error=0; 29 29 30 int32_t c_state(char*name)30 static int32_t c_state(char const *name) 31 31 { 32 32 void *sym=find_symbol(name);
Note: See TracChangeset
for help on using the changeset viewer.