Changeset d4c9b0 in git


Ignore:
Timestamp:
Mar 14, 2019, 2:47:34 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
34ee120584348ffdd171335e368f086111c83d06
Parents:
f85b93ba1c2aff8d7a25e48c1bf02bf1d540cf2a
Message:
fix: compile threadsupport.cc if PSINGULAR
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rf85b93 rd4c9b0  
    8888                singext.cc \
    8989                parseutil.cc \
    90                 ftmpl_inst.cc
     90                ftmpl_inst.cc \
     91                threadsupport.cc
    9192
    9293if WITH_PARSER_FOR_CANONICAL_FORM
     
    240241                bin/folding.el bin/fold-docu.el \
    241242                bin/makeheader bin/gen-readcf readcf.yy \
    242                 make_factory_dist \
    243                 threadsupport.cc
     243                make_factory_dist
    244244
    245245##################################################
  • factory/threadsupport.cc

    rf85b93 rd4c9b0  
    66#endif
    77
     8#ifdef PSINGULAR
    89typedef struct InitList {
    910  struct InitList *next;
     
    3738}
    3839
     40#endif
    3941#ifdef __cplusplus
    4042}
Note: See TracChangeset for help on using the changeset viewer.