- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppArith/src (modified) (1 prop)
-
ppArith/src/ppArithVersion.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppArith/src
- Property svn:ignore
-
old new 7 7 .libs 8 8 ppArith 9 ppArithVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppArith/src/ppArithVersion.c
r23352 r24244 21 21 22 22 #include "ppArith.h" 23 #include "ppArithVersionDefinitions.h" 23 24 24 25 #ifndef PPARITH_VERSION … … 32 33 #endif 33 34 34 #define xstr(s) str(s)35 #define str(s) #s36 37 35 psString ppArithVersion(void) 38 36 { 39 37 char *value = NULL; 40 psStringAppend(&value, "%s@%s", xstr(PPARITH_BRANCH), xstr(PPARITH_VERSION));38 psStringAppend(&value, "%s@%s", PPARITH_BRANCH, PPARITH_VERSION); 41 39 return value; 42 40 } … … 44 42 psString ppArithSource(void) 45 43 { 46 return psStringCopy( xstr(PPARITH_SOURCE));44 return psStringCopy(PPARITH_SOURCE); 47 45 } 48 46
Note:
See TracChangeset
for help on using the changeset viewer.
