Browse Source

re-enable making the old help system for Linux/Cygwin

by --enable-help --enable-oldapps
pre-master-46
Holger Vogt 5 years ago
parent
commit
973a60b898
  1. 7
      src/nghelp.c

7
src/nghelp.c

@ -13,6 +13,8 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
#include "frontend/variable.h" #include "frontend/variable.h"
#include "misc/tilde.h"
#ifndef X_DISPLAY_MISSING #ifndef X_DISPLAY_MISSING
Widget toplevel; Widget toplevel;
#endif #endif
@ -117,7 +119,10 @@ cp_getvar(char *n, enum cp_types type, void *r, size_t rs)
} }
char * char *
cp_tildexpand(char *s)
cp_tildexpand(const char *s)
{ {
return tildexpand(s); return tildexpand(s);
} }
void
controlled_exit(int status) { exit(status); }
Loading…
Cancel
Save