CVS: sml-dist/src/runtime/config gen-win32-signals.c,1.2,1.3
Matthias Blume <[email protected]>
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/runtime/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30100/config
Modified Files:
gen-win32-signals.c
Log Message:
fixed problems with new signal handling code (win32 version was incomplete)
Index: gen-win32-signals.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/config/gen-win32-signals.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gen-win32-signals.c 1 Jun 2000 18:33:49 -0000 1.2
--- gen-win32-signals.c 18 May 2005 23:08:09 -0000 1.3
***************
*** 25,32 ****
--- 25,35 ----
fprintf (f, "#define NUM_SYSTEM_SIGS %2d\n", 0);
+ fprintf (f, "#define MIN_SYSTEM_SIG %2d /* %s */\n",
+ 0, "none");
fprintf (f, "#define MAX_SYSTEM_SIG %2d /* %s */\n",
0, "none");
fprintf (f, "#define NUM_SIGS %2d\n", NUM_SIGS);
fprintf (f, "#define MAX_SIG %2d\n", NUM_SIGS);
+ fprintf (f, "#define SIGMAP_SZ %2d\n", NUM_SIGS+1);
fprintf (f, "\n");
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click