Roxen.git/
server/
modules/
tags/
rxmltags.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-25
2001-06-25 17:30:12 by Martin Nilsson <mani@lysator.liu.se>
c1d6b00e6251cdc78e01b1fcc516674792ae3b0e (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed [bug
1797 (#1797)
]
Rev: server/modules/tags/rxmltags.pike:1.244
7:
#define _rettext RXML_CONTEXT->misc[" _rettext"] #define _ok RXML_CONTEXT->misc[" _ok"]
-
constant cvs_version = "$Id: rxmltags.pike,v 1.
243
2001/06/
22
01
:
08
:
50
marcus
Exp $";
+
constant cvs_version = "$Id: rxmltags.pike,v 1.
244
2001/06/
25
17
:
30
:
12
nilsson
Exp $";
constant thread_safe = 1; constant language = roxen->language;
51:
"`/":`/, "`%":`%,
+
"`!":`!,
"`&":`&, "`|":`|, "`^":`^,
78:
what -= "lambda"; what -= "\""; what -= ";";
-
return compile_string( "
mixed
foo=" + what + ";",
+
return compile_string( "
int|float
foo=" + what + ";",
0, compile_handler )()->foo; }