pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-08-12
2009-08-12 14:44:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
14f5d814bf8e1afd36e8e807fa9ba328dc5642f7 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Minor cleanup.
Rev: src/operators.c:1.253
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: operators.c,v 1.
252
2009/08/
05
11
:
56
:
18
mast
Exp $
+
|| $Id: operators.c,v 1.
253
2009/08/
12
14
:
44
:
02
grubba
Exp $
*/ #include "global.h"
1751:
} \ \ DO_IF_DEBUG (Pike_fatal ("Shouldn't be reached.\n")); \
+
break; \
} while (0) #define ADD(TYPE, ADD_FUNC, PUSH_FUNC) do { \