Changeset 23793 for trunk/psLib/src/sys/psConfigure.c
- Timestamp:
- Apr 9, 2009, 10:16:54 PM (17 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psConfigure.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys
- Property svn:ignore
-
old new 11 11 *.bbg 12 12 *.da 13 psVersionDefinitions.h
-
- Property svn:ignore
-
trunk/psLib/src/sys/psConfigure.c
r23229 r23793 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.
