Browse Source

main.c, ft_nutmeg is a const global bool, (forgotten out of order commit)

rlar 15 years ago
parent
commit
24e80f5013
  1. 2
      src/include/fteext.h

2
src/include/fteext.h

@ -246,7 +246,7 @@ extern bool ft_getOutReq(FILE **, struct plot **, bool *, char *, char *);
/* spice.c & nutmeg.c */
extern bool ft_nutmeg;
extern const bool ft_nutmeg;
extern IFsimulator *ft_sim;
extern char *ft_rawfile;
extern int main(int argc, char **argv);

Loading…
Cancel
Save