Changeset e40a0d in git
- Timestamp:
- Sep 26, 2011, 3:17:37 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 4eb485635d45ce52dc829f85b42fe078e603df55
- Parents:
- dfc60c82a16c9b03ecb8def0e0bff88d77446b9e
- git-author:
- Volker Braun <vbraun.name@gmail.com>2011-09-26 15:17:37+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:33+01:00
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
rdfc60c8 re40a0d 91 91 parseutil.cc \ 92 92 ftmpl_inst.cc \ 93 factory.h factoryconf.h cplusplus.h \ 94 readcf.yy 93 factory.h factoryconf.h cplusplus.h 94 95 if WITHOUT_SINGULAR 96 SOURCES += readcf.yy 97 endif 95 98 96 99 -
factory/configure.ac
rdfc60c8 re40a0d 41 41 , 42 42 [with_Singular=yes]) 43 44 45 # font-lock-trick: ' 43 AM_CONDITIONAL([WITHOUT_SINGULAR], [test x$with_Singular != xyes]) 44 46 45 47 46 AC_ARG_WITH( -
factory/readcf.yy
rdfc60c8 re40a0d 6 6 #include "config.h" 7 7 #include "factoryconf.h" 8 9 #if (!defined(NOSTREAMIO)) && (!defined(SINGULAR))10 11 8 12 9 #if defined(WINNT) && ! defined(__GNUC__) … … 218 215 } 219 216 220 221 #endif222 /* #ifndef SINGULAR && ifndef NOSTREAMIO */
Note: See TracChangeset
for help on using the changeset viewer.