1995-08-17
1995-08-17 09:35:27 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
f90e54df65b1b7fa38a1e1bfd9fae3850a4bd56d
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: branches/E-12
64 bittar och b{ttre bsd fd tjafs..
Rev: lib/simulate.lpc:1.2
Rev: src/BUGS:1.2
Rev: src/Makefile.in:1.3
Rev: src/array.c:1.2
Rev: src/backend.c:1.2
Rev: src/configure.in:1.3
Rev: src/docode.c:1.2
Rev: src/interpret.c:1.2
Rev: src/language.y:1.2
Rev: src/las.h:1.2
Rev: src/lex.c:1.2
Rev: src/list.c:1.2
Rev: src/macros.h:1.2
Rev: src/main.c:1.4
Rev: src/mapping.c:1.2
Rev: src/modules/files/file.c:1.2
Rev: src/modules/files/socket.c:1.2
Rev: src/modules/regexp/regexp.c:1.2
Rev: src/opcodes.c:1.2
Rev: src/port.c:1.3
Rev: src/port.h:1.3
Rev: src/program.c:1.2
Rev: src/rusage.c:1.2
Rev: src/stralloc.c:1.2
Rev: src/stralloc.h:1.2
Rev: src/svalue.c:1.2
130:
switch(sp[-1].type)
{
case T_INT:
- sprintf(buf,"%ld",sp[-1].u.integer);
+ sprintf(buf,"%ld",(long)sp[-1].u.integer);
break;
case T_FLOAT:
516: Inside #if defined(DEBUG)
if((nonblock=query_nonblocking(2)))
set_nonblocking(2,0);
- fprintf(stderr,"- Matches: %ld\n",i);
+ fprintf(stderr,"- Matches: %ld\n",(long)i);
if(nonblock)
set_nonblocking(2,1);
}