home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
lib
/
gprim
/
discgrp
/
enum.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-21
|
288 b
|
9 lines
#define MAXDEPTH 16
#define INSERT 1
#define MATCH 2
#define BEGIN 4 /* loaded at beginning: don't print it */
#define insert_mat(xxx) insert_or_match_mat(xxx, INSERT)
#define match_mat(xxx) insert_or_match_mat(xxx, MATCH)
#define begin_mat(xxx) insert_or_match_mat(xxx, INSERT | BEGIN)