- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ppStack (modified) (1 prop)
-
ppStack/src (modified) (1 prop)
-
ppStack/src/ppStackVersion.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStack
- Property svn:mergeinfo changed
/branches/pap/ppStack (added) merged: 23580,23597-23598,23648 /trunk/ppStack merged: 23601-23602,23688,23740,23753,23767-23769,23781,23790,23801,23808,23841,23958,23977,24174,24215-24216
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStack/src
- Property svn:ignore
-
old new 9 9 config.h.in 10 10 stamp-h1 11 ppStackVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppStack/src/ppStackVersion.c
r23352 r24244 10 10 11 11 #include "ppStack.h" 12 #include "ppStackVersionDefinitions.h" 12 13 13 14 #ifndef PPSTACK_VERSION … … 21 22 #endif 22 23 23 #define xstr(s) str(s)24 #define str(s) #s25 26 24 psString ppStackVersion(void) 27 25 { 28 26 char *value = NULL; 29 psStringAppend(&value, "%s@%s", xstr(PPSTACK_BRANCH), xstr(PPSTACK_VERSION));27 psStringAppend(&value, "%s@%s", PPSTACK_BRANCH, PPSTACK_VERSION); 30 28 return value; 31 29 } … … 33 31 psString ppStackSource(void) 34 32 { 35 return psStringCopy( xstr(PPSTACK_SOURCE));33 return psStringCopy(PPSTACK_SOURCE); 36 34 } 37 35
Note:
See TracChangeset
for help on using the changeset viewer.
