diff --git a/src/editprop.c b/src/editprop.c index 28a9554e..63c38669 100644 --- a/src/editprop.c +++ b/src/editprop.c @@ -368,7 +368,6 @@ char *dtoa_eng(double i) return s; } - char *dtoa_prec(double i) { static char s[70]; @@ -378,7 +377,6 @@ char *dtoa_prec(double i) return s; } - size_t my_mstrcat(int id, char **str, const char *add, ...) { va_list args; @@ -637,7 +635,6 @@ static void edit_rect_property(int x) my_free(725, &oldprop); } - static void edit_line_property(void) { int i, c, n; diff --git a/src/token.c b/src/token.c index 27a4d9e0..558ffdff 100644 --- a/src/token.c +++ b/src/token.c @@ -2431,7 +2431,8 @@ static void print_verilog_primitive(FILE *fd, int inst) /* netlist switch level for(i=0;i