Browse Source

str_to_lower() init_error() protoypes --> include files

pre-master-46
rlar 16 years ago
parent
commit
101f6d5f4a
  1. 6
      ChangeLog
  2. 2
      src/xspice/cmpp/cmpp.h
  3. 2
      src/xspice/cmpp/main.c
  4. 2
      src/xspice/cmpp/pp_lst.c

6
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 :

2
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);

2
src/xspice/cmpp/main.c

@ -54,8 +54,6 @@ NON-STANDARD FEATURES
/* *********************************************************************** */
extern void init_error (char *program_name);
/*
main

2
src/xspice/cmpp/pp_lst.c

@ -53,8 +53,6 @@ NON-STANDARD FEATURES
#include <string.h>
extern int str_to_lower(char *s);
/*
void *malloc(unsigned size);
void *realloc(void *ptr, unsigned size);

Loading…
Cancel
Save