pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-10
2001-01-10 04:32:50 by Martin Stjernholm <mast@lysator.liu.se>
4f9158487779ebb4503778f81da3d684f83606aa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Corrected a rather misleading comment.
Rev: src/program.h:1.113
5:
\*/ /*
-
* $Id: program.h,v 1.
112
2000
/
12
/
16
05
:
45
:
45
marcus
Exp $
+
* $Id: program.h,v 1.
113
2001
/
01
/
10
04
:
32
:
50
mast
Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H
579:
#define Pike_new_program Pike_compiler->new_program
-
/* Return true if compat version is equal or
greater
to
MAJOR.MINOR */
+
/* Return true if compat version is equal or
less
than
MAJOR.MINOR */
#define TEST_COMPAT(MAJOR,MINOR) \ (Pike_compiler->compat_major < (MAJOR) || \ (Pike_compiler->compat_major == (MAJOR) && \