| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh-0.6/scsh sighandlers.scm,1.16,1.17 |
| From: | Martin Gasbichler <mainzelm@users.sourceforge.net> |
| Date: | Fri Sep 7 08:15:03 2001 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh-0.6/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv16210
Modified Files:
sighandlers.scm
Log Message:
Removed foreign statements.
Index: sighandlers.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scsh/sighandlers.scm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** sighandlers.scm 2001/04/09 08:05:58 1.16
--- sighandlers.scm 2001/09/07 15:14:50 1.17
***************
*** 31,43 ****
;;; Must define WITH-INTERRUPTS* and WITH-INTERRUPTS.
- (foreign-init-name "sighandlers")
-
- (foreign-source
- "extern int errno;"
- ""
- "/* Make sure foreign-function stubs interface to the C funs correctly: */"
- "#include \"sighandlers1.h\""
- "" "")
-
;;; Map a Unix async signal to its S48 interrupt value.
;;; -1 => Not defined.
--- 31,34 ----
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scsh-0.6/scsh time.scm,1.7,1.8 time1.c,1.5,1.6 time1.h,1.5,1.6 time.c,1.7,NONE, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scsh-0.6/scsh tty.scm,1.5,1.6 tty1.c,1.4,1.5 tty1.h,1.2,1.3 tty.c,1.7,NONE, Martin Gasbichler |
| Previous by Thread: | [Scsh-checkins] CVS: scsh-0.6/scsh time.scm,1.7,1.8 time1.c,1.5,1.6 time1.h,1.5,1.6 time.c,1.7,NONE, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scsh-0.6/scsh tty.scm,1.5,1.6 tty1.c,1.4,1.5 tty1.h,1.2,1.3 tty.c,1.7,NONE, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |