pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-01-27
2004-01-27 15:01:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
77171db7570d4a5022216eb2e7ddd8dc0eae9660 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed yet another typo.
Rev: src/modules/_Roxen/roxen.c:1.40
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: roxen.c,v 1.
39
2004/01/27
12
:
12
:
50
grubba Exp $
+
|| $Id: roxen.c,v 1.
40
2004/01/27
15
:
01
:
05
grubba Exp $
*/ #define NO_PIKE_SHORTHAND
350:
if (foo < end) { adjust_len += 5; } else {
-
adjust_len = end - (foo - 4);
+
adjust_len
+
= end - (foo - 4);
} } else { foo += 2; if (foo < end) { adjust_len += 2; } else {
-
adjust_len = end - (foo - 1);
+
adjust_len
+
= end - (foo - 1);
} } }