source: git/Singular/utils.h @ 08a955

spielwiese
Last change on this file since 08a955 was 73a0cd, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: use common include files git-svn-id: file:///usr/local/Singular/svn/trunk@10646 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 95 bytes
Line 
1/*
2 */
3
4#ifndef FALSE
5#define FALSE       0
6#endif
7
8#ifndef TRUE
9#define TRUE        1
10#endif
11
Note: See TracBrowser for help on using the repository browser.