pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-10
2003-10-10 14:16:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
07835af970c2fa7c7c2160107ec70bd05a9dffaa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Removed redundant semi-colon.
Removed extraneous backslash.
Rev: src/interpret_functions.h:1.159
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret_functions.h,v 1.
158
2003/10/
01
15
:
07
:
01
grubba Exp $
+
|| $Id: interpret_functions.h,v 1.
159
2003/10/
10
14
:
16
:
30
grubba Exp $
*/ /*
1885:
}else{ \ DO_DUMB_RETURN; \ } \
-
})
; \
+
})
#define MKAPPLY2(OP,OPCODE,NAME,TYPE, ARG2, ARG3) \