pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-11
2003-01-11 14:12:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fb6785c21ce4fcd2116163298ef5fc73d1d10bd6 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
ISO-C §6.3.4.
Rev: src/las.c:1.321
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: las.c,v 1.
320
2002
/
12
/
25
18
:
18
:
01
grubba Exp $
+
|| $Id: las.c,v 1.
321
2003
/
01
/
11
14
:
12
:
34
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
320
2002
/
12
/
25
18
:
18
:
01
grubba Exp $");
+
RCSID("$Id: las.c,v 1.
321
2003
/
01
/
11
14
:
12
:
34
grubba Exp $");
#include "language.h" #include "interpret.h"
1896:
{ ptrdiff_t c; DECLARE_CYCLIC();
-
c = (
ptrdiff_t
)BEGIN_CYCLIC(Pike_sp[-1].u.refs, id);
+
c = (
(char *
)BEGIN_CYCLIC(Pike_sp[-1].u.refs, id)
)-(char *)0
;
if(c>1) { my_yyerror("Recursive module dependency in '%s'.",id->str);