diff --git a/ChangeLog b/ChangeLog index 72ce6c396..204257d9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-08 Robert Larice + * src/xspice/cmpp/cmpp.h , + * src/xspice/cmpp/main.c , + * src/xspice/cmpp/pp_lst.c : + str_to_lower() init_error() protoypes --> include files + 2010-10-08 Robert Larice * src/include/distodef.h , * src/spicelib/analysis/distoan.c : diff --git a/src/xspice/cmpp/cmpp.h b/src/xspice/cmpp/cmpp.h index 0a15c0e68..925150716 100755 --- a/src/xspice/cmpp/cmpp.h +++ b/src/xspice/cmpp/cmpp.h @@ -275,7 +275,9 @@ void preprocess_lst_files(void); void preprocess_mod_file(char *filename); +void init_error (char *program_name); void print_error(char *message); +void str_to_lower(char *s); Status_t read_ifs_file(char *filename, int mode, Ifs_Table_t *ifs_table); diff --git a/src/xspice/cmpp/main.c b/src/xspice/cmpp/main.c index c81749ef1..94ad9fff5 100755 --- a/src/xspice/cmpp/main.c +++ b/src/xspice/cmpp/main.c @@ -54,8 +54,6 @@ NON-STANDARD FEATURES /* *********************************************************************** */ -extern void init_error (char *program_name); - /* main diff --git a/src/xspice/cmpp/pp_lst.c b/src/xspice/cmpp/pp_lst.c index 4c00cad53..aa01b72c0 100755 --- a/src/xspice/cmpp/pp_lst.c +++ b/src/xspice/cmpp/pp_lst.c @@ -53,8 +53,6 @@ NON-STANDARD FEATURES #include -extern int str_to_lower(char *s); - /* void *malloc(unsigned size); void *realloc(void *ptr, unsigned size);