- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppSim/src
- Property svn:ignore
-
old new 8 8 .libs 9 9 ppSimSequence 10 ppSimVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppSim/src/ppSimVersion.c
r23352 r24244 1 1 #include "ppSim.h" 2 #include "ppSimVersionDefinitions.h" 2 3 3 4 #ifndef PPSIM_VERSION … … 11 12 #endif 12 13 13 #define xstr(s) str(s)14 #define str(s) #s15 16 14 psString ppSimVersion(void) 17 15 { 18 16 char *value = NULL; 19 psStringAppend(&value, "%s@%s", xstr(PPSIM_BRANCH), xstr(PPSIM_VERSION));17 psStringAppend(&value, "%s@%s", PPSIM_BRANCH, PPSIM_VERSION); 20 18 return value; 21 19 } … … 23 21 psString ppSimSource(void) 24 22 { 25 return psStringCopy( xstr(PPSIM_SOURCE));23 return psStringCopy(PPSIM_SOURCE); 26 24 } 27 25
Note:
See TracChangeset
for help on using the changeset viewer.
