- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psLib/src/sys (modified) (1 prop)
-
psLib/src/sys/psConfigure.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psLib/src/sys
- Property svn:ignore
-
old new 11 11 *.bbg 12 12 *.da 13 psVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/psLib/src/sys/psConfigure.c
r23352 r24244 44 44 #include "psMemory.h" 45 45 46 #include "psVersionDefinitions.h" 47 46 48 static char *memCheckName = NULL; // Filename to which to write results of mem check 47 49 static FILE *memCheckFile = NULL; // File to which to write results of mem check … … 57 59 #endif 58 60 59 #define xstr(s) str(s)60 #define str(s) #s61 62 61 psString psLibVersion(void) 63 62 { 64 63 char *value = NULL; 65 psStringAppend(&value, "%s@%s", xstr(PSLIB_BRANCH), xstr(PSLIB_VERSION));64 psStringAppend(&value, "%s@%s", PSLIB_BRANCH, PSLIB_VERSION); 66 65 return value; 67 66 } … … 69 68 psString psLibSource(void) 70 69 { 71 return psStringCopy( xstr(PSLIB_SOURCE));70 return psStringCopy(PSLIB_SOURCE); 72 71 } 73 72
Note:
See TracChangeset
for help on using the changeset viewer.
