- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppSub
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppSub/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppSubKernel 12 ppSubErrorCodes.h 13 ppSubErrorCodes.c 14 ppSubVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppSub/src/ppSubVersion.c
r23352 r24244 22 22 23 23 #include "ppSub.h" 24 #include "ppSubVersionDefinitions.h" 24 25 25 26 #ifndef PPSUB_VERSION … … 33 34 #endif 34 35 35 #define xstr(s) str(s)36 #define str(s) #s37 38 36 psString ppSubVersion(void) 39 37 { 40 38 char *value = NULL; 41 psStringAppend(&value, "%s@%s", xstr(PPSUB_BRANCH), xstr(PPSUB_VERSION));39 psStringAppend(&value, "%s@%s", PPSUB_BRANCH, PPSUB_VERSION); 42 40 return value; 43 41 } … … 45 43 psString ppSubSource(void) 46 44 { 47 return psStringCopy( xstr(PPSUB_SOURCE));45 return psStringCopy(PPSUB_SOURCE); 48 46 } 49 47
Note:
See TracChangeset
for help on using the changeset viewer.
