rlar
44a182c1ba
use the type CKTnode instead of void*
16 years ago
rlar
773670b38f
cleanup
16 years ago
rlar
d897817800
drop a bunch of (void**) NULL casts {invocation of IFnewUid()}
16 years ago
rlar
085afaee37
use GENinstance*, instead of void*
16 years ago
rlar
6713cb5e00
fix comment
16 years ago
rlar
3340f46e80
missing `extern'
16 years ago
rlar
aae53f5564
use GENinstance*, instead of void*
16 years ago
rlar
9e07ef2d67
use GENmodel*, instead of void*
16 years ago
rlar
547a8fc7f5
drop (SMPmatrix*) casts
16 years ago
rlar
307b0f9142
drop (GENinstance*) casts
16 years ago
rlar
91a9eb5a10
drop (INPtables*) casts
16 years ago
rlar
aa11b7b84f
drop (GENmodel*) casts
16 years ago
rlar
a8c64094fc
fix busy waiting loop, when using editline
16 years ago
rlar
8babf0ff44
bug fix, incorrect indirection level, yet without consequence
16 years ago
rlar
618732c7bd
fix assignment to a member of union IFvalue
16 years ago
rlar
74f7a4f908
bug fix, avoid segfault when parsing an unknown function in parse-bison.y
16 years ago
dwarning
e923354206
fix some wrong 'double' to 'int' assignments
16 years ago
rlar
02e4a4f32b
bug fix, segfault caused by an ancient `editline' workaround
16 years ago
rlar
0d1661658d
fix broken tclspice compilation
16 years ago
rlar
a27a242216
use -Wno-unused-parameter, and add missing $(EXEEXT) to Makefile.am
16 years ago
dwarning
586acbe45c
fallback for not handled enumeration values in switch
16 years ago
dwarning
2991e1a5b9
add prototype for controlled_exit
16 years ago
rlar
8dd05de4ca
bug fix, segfaults and sickness caused by `plot'
16 years ago
rlar
eaef9ffd7a
implement Arc() for plot5 and hpgl (smith diagram)
16 years ago
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
16 years ago
h_vogt
b82ef13db7
update for adms
16 years ago
rlar
010e046e6b
work around a segmentation fault, plot .. vs vec
16 years ago
rlar
d60bee2d40
fix an ancient bug, garbage and segfaults when plotting multidimensional complex data
16 years ago
rlar
c6bac55ef3
fix an ancient typo, responsible for segfault or garbage when operating on vectors
16 years ago
rlar
32e128d1a0
need an #ifdef for one of the just added #includes
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
73890e3cdb
remove some #ifdef __STDC__ wrappers, and some stray '#'
16 years ago
rlar
618c5961ad
fix some literal floating point constants, which should have been integers
16 years ago
h_vogt
f7da0b9f00
update inp_cmpat()
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
fe696310d6
muffle `may be used uninitialized' warnings
16 years ago
rlar
1d6b744b1c
remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings
16 years ago
rlar
689c7662f8
K&R function definitions and GENmodel and GENinstance usage for the NDEV device
16 years ago
rlar
62afa50a1c
fix dangerous things, potential bugs, at least for big endian machines
16 years ago
rlar
e95eb0d4aa
add two #include files,
to fix broken cider compilation, caused by the changes from 2010-07-23
16 years ago
rlar
d074de41f2
fix the type signature of the cx_* functions
16 years ago
rlar
92353ab6d5
better place for the prototype of spConstMult()
16 years ago
rlar
9da90f5329
use the type SMPmatrix instead of char *
remove some redundant forward function declarations
remove some redundant nested function declarations
16 years ago
rlar
f4d0163885
use the types MatrixPtr and SMPmatrix instead of void and char *
both are the same thing,
MatrixPtr is used inside the sparse/* domain,
SMPmatrix is used in the rest of spice
remove casts, which are no longer necessary
16 years ago
rlar
1ee29c3e96
use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c
16 years ago
rlar
3e95037b0e
convert K&R function definitions to ansi style
16 years ago
rlar
73cf2a8ea5
use a void * for the third argument (&value) of the cp_vset() function
16 years ago