Changeset 35d0c19 in git for Singular/emacs.cc


Ignore:
Timestamp:
Oct 2, 2014, 10:40:16 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d2c687e51cd1c5a8331e347267ee0939a40ed433
Parents:
f4c840ef54e2d488440c753600a24efad35e9652
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-02 10:40:16+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-02 10:42:02+02:00
Message:
windows port: removed htmlhelp, sing_win.*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    rf4c840 r35d0c19  
    99
    1010
     11#ifdef __CYGWIN__
     12#define BOOLEAN boolean
     13#endif
    1114#include <kernel/mod2.h>
    1215
     
    3942#endif
    4043
    41 #ifndef BOOLEAN
    42 #define BOOLEAN int
    43 #endif
    4444#ifndef FALSE
    4545#define FALSE 0
Note: See TracChangeset for help on using the changeset viewer.