- Timestamp:
- Nov 7, 2009, 9:14:36 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 01846ce
- Parents:
- 6c81223
- git-author:
- Nelson Elhage <nelhage@mit.edu> (11/07/09 18:29:39)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (11/07/09 21:14:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
ra01ed7c r8df704f 48 48 #endif 49 49 50 #ifdef GIT_VERSION 51 #define stringify(x) __stringify(x) 52 #define __stringify(x) #x 53 #define OWL_VERSION_STRING stringify(GIT_VERSION) 54 #else 50 55 #define OWL_VERSION_STRING PACKAGE_VERSION 56 #endif 51 57 52 58 /* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset
for help on using the changeset viewer.