From: Tony v. d. H. <to...@us...> - 2006-01-29 11:24:19
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Tools/DefMod2/defmod/sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20048/!OsLib/Tools/DefMod2/defmod/sources Modified Files: def.c Log Message: comments added Index: def.c =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Tools/DefMod2/defmod/sources/def.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** def.c 14 Jan 2004 12:29:55 -0000 1.2 --- def.c 29 Jan 2006 11:24:05 -0000 1.3 *************** *** 54,57 **** --- 54,61 ---- typedef struct String {char s [def_ID_LIMIT + 1];} String; + /* divide at case-changes, + convert to lower case, + and add underscores + */ void def_as_extern ( *************** *** 104,107 **** --- 108,115 ---- } + /* divide at case-changes, + convert to upper case except for the prefix, + and add underscores + */ void def_as_macro ( |