Roxen.git/
server/
modules/
scripting/
piketag.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-09
2000-08-09 07:35:28 by Per Hedbor <ph@opera.com>
b191f03c8f12234631e33155efceda2111f1b592 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Bugfix
Rev: server/modules/scripting/piketag.pike:2.12
7:
// return "Hello world!\n"; // </pike>
-
constant cvs_version = "$Id: piketag.pike,v 2.
11
2000/08/09 07:
25
:
05
per Exp $";
+
constant cvs_version = "$Id: piketag.pike,v 2.
12
2000/08/09 07:
35
:
28
per Exp $";
constant thread_safe=1; inherit "module";
164:
cipup = 0; \ }
-
#define CIP(X) if( X
) \
+
#define CIP(X) if( X )
\
{ \
-
flat[i]->text=flat[i]->trailing_whitespaces=""; \
+
X->text += flat[i]->text[3..]+"\n"; \
-
+
flat[i]->text=flat[i]->trailing_whitespaces=""; \
} \ else \ { \