]> git.pld-linux.org Git - packages/ucblogo.git/blob - ucblogo-signals.patch
- fix build with wzWidgets 3.0
[packages/ucblogo.git] / ucblogo-signals.patch
1 diff -urN ucblogo-5.1/globals.h ucblogo-5.1.patch/globals.h
2 --- ucblogo-5.1/globals.h       Mon Jul 16 23:30:28 2001
3 +++ ucblogo-5.1.patch/globals.h Sun Aug 19 20:00:10 2001
4 @@ -19,6 +19,9 @@
5   *
6   */
7  
8 +#define SIG_TAKES_ARG
9 +#define SIGRET
10 +
11  /* main.c */
12  extern NODE **bottom_stack; /*GC*/
13  extern NODE *current_line, *exec_list;
This page took 0.049237 seconds and 3 git commands to generate.