| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scx/c main.c,1.1,1.2 |
| From: | Martin Gasbichler <mainzelm@users.sourceforge.net> |
| Date: | Tue Dec 4 03:08:05 2001 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scx/c
In directory usw-pr-cvs1:/tmp/cvs-serv32152
Modified Files:
main.c
Log Message:
Use SCXIMAGE to determine the image.
Index: main.c
===================================================================
RCS file: /cvsroot/scsh/scx/c/main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** main.c 2001/12/04 10:23:51 1.1
--- main.c 2001/12/04 11:07:47 1.2
***************
*** 82,86 ****
s48_main(8000000, 64000,
! "/afs/wsi/home/dfreese/i386_fbsd40/lib/scsh/scsh.image",
0, (char**) 0);
}
--- 82,86 ----
s48_main(8000000, 64000,
! SCSHIMAGE,
0, (char**) 0);
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scx Makefile,1.1,1.2, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scx/scheme/examples hello.scm,1.1,1.2, Martin Gasbichler |
| Previous by Thread: | [Scsh-checkins] CVS: scx Makefile,1.1,1.2, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scx/scheme/examples hello.scm,1.1,1.2, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |