rlar
|
7f7504f30a
|
collect prototype for ifs_yyerror() in "ifs_yacc_y.h", and fix return type
|
16 years ago |
rlar
|
1c2bae2c48
|
collect prototype for mod_yyerror() in "mod_yacc_y.h", and fix return type
|
16 years ago |
rlar
|
47d271d0c0
|
declare udn_int_ and udn_real_functions `static'
|
16 years ago |
rlar
|
2540531c38
|
remove local prototypes, which are allready included
|
16 years ago |
rlar
|
746c9d1212
|
static function definition
|
16 years ago |
rlar
|
101f6d5f4a
|
str_to_lower() init_error() protoypes --> include files
|
16 years ago |
rlar
|
9cb57888d5
|
too much quoting caused an error for quoted things in CFLAGS
|
16 years ago |
rlar
|
61f4fffdac
|
use $(MAKE) instead of literal `make'
|
16 years ago |
rlar
|
7816052481
|
bug fix, ./configure && make dist was broken, hardwire flex
|
16 years ago |
h_vogt
|
97085752a4
|
external LDFLAGS for MINGW
|
16 years ago |
rlar
|
001ad0c2bc
|
`make dist' add some missing artifacts
|
16 years ago |
rlar
|
68b2e6b23a
|
whitespace cleanup (all Makefile.am files)
|
16 years ago |
rlar
|
d4946a6e81
|
convert K&R function definitions to ansi style
|
16 years ago |
rlar
|
241783d0b5
|
use for(;;) instead of while(1) to muffle some visual-C warnings
|
16 years ago |
rlar
|
e20e18b855
|
whitespace cleanup, \r\n -> \n
|
16 years ago |
dwarning
|
f58d7a5001
|
omit warnings
|
16 years ago |
rlar
|
50ad9c548e
|
chomp some warnings
|
16 years ago |
rlar
|
44a182c1ba
|
use the type CKTnode instead of void*
|
16 years ago |
rlar
|
8ff62fd262
|
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
|
16 years ago |
rlar
|
b31aef0557
|
find a suitable home for **DEVices and DEVmaxnum in devdefs.h
|
16 years ago |
rlar
|
60ff9aaef2
|
muffle `nested extern' warnings, and drop a handcrafted malloc prototype
|
16 years ago |
rlar
|
4cdd842cd8
|
muffle compiler warnings
|
16 years ago |
rlar
|
d0a7220f6f
|
muffle `unused variable' warnings
|
16 years ago |
rlar
|
a0a7d0ca70
|
xspice, xtraevt/*real*, add casts to `INPUT' and `OUTPUT'
the *.ifs files specify this to be `real'
yet the *.mod translator seems to be incomplete, and delivers void *
|
16 years ago |
rlar
|
ba91a6074a
|
add a missing `const' qualifier
|
16 years ago |
rlar
|
1915f964dc
|
xspice, digital/d_fdiv, fix the type of counter and counter_old
from Digital_State_t to int
|
16 years ago |
rlar
|
84a69a3896
|
xspice, flip-flops and ram, cast the `ic' PARAM to Digitial_State_t
the *.ifs file claims this parameter to be an integer in range 0..2
meant to represent ZERO, ONE and UNKNOWN
|
16 years ago |
rlar
|
26412f883e
|
xspice, cast so called `STATIC_VAR' pointers to their concrete type
|
16 years ago |
rlar
|
a44cc3dd7e
|
for c++, lex input() function is named yyinput()
|
16 years ago |
rlar
|
fd7ef635a2
|
missing casts
|
16 years ago |
rlar
|
cc1cdbeeac
|
dont compare with '\0' when NULL was meant
|
16 years ago |
rlar
|
98ae3c949f
|
cast the udn*() function args
|
16 years ago |
rlar
|
3600f91ab0
|
drop some malloc prototypes, use <stdlib.h>
|
16 years ago |
rlar
|
26f2d23e6c
|
cleanups
|
16 years ago |
rlar
|
c2ca9a7998
|
drop -1, extend enum Mif_Cntl_Src_Type_t
|
16 years ago |
rlar
|
d7e2e7f7f0
|
cast malloc... return values
|
16 years ago |
rlar
|
eb6e3e9827
|
fix some casts
|
16 years ago |
rlar
|
c9bfe72187
|
use CKTcircuit instead of void*, #4/4
|
16 years ago |
rlar
|
94518fdb02
|
use CKTcircuit instead of void*, #3/4
|
16 years ago |
rlar
|
e26cec467d
|
initialization of the struct IFdevice.flags element in generated code
|
16 years ago |
rlar
|
d6d7fbde26
|
cast the return values of the void* returning functions
|
16 years ago |
rlar
|
d19476685a
|
tiny fixes
|
16 years ago |
rlar
|
70420197e6
|
ansi style function args for some function pointers
|
16 years ago |
rlar
|
b1151b4934
|
drop useless cast of a copy() return value
|
16 years ago |
rlar
|
0000dda9af
|
ansi function declarations (prototypes)
|
16 years ago |
rlar
|
c79d21af82
|
convert K&R function definitions to ansi style
|
16 years ago |
rlar
|
b58722b18b
|
remove redundant nested function declarations
|
16 years ago |
rlar
|
3a6540b584
|
use allready defined enumerate Digital_State_t and Ipc_Status_t
|
16 years ago |
rlar
|
1f290ed13e
|
remove junk from tarball, and fix some Makefile.am dependencies
|
16 years ago |
rlar
|
ed556f3afc
|
Makefile.am cleanups
|
16 years ago |