SCM Repository
Diff of /sml/trunk/src/runtime/kernel/boot.c
Parent Directory
|
Revision Log
|
Patch
revision 542, Fri Feb 18 22:59:40 2000 UTC | revision 543, Sat Feb 19 14:17:52 2000 UTC | |
---|---|---|
# | Line 110 | Line 110 |
110 | char nameBuf[MAX_BOOT_PATH_LEN]; | char nameBuf[MAX_BOOT_PATH_LEN]; |
111 | ml_val_t fileList; | ml_val_t fileList; |
112 | ||
113 | numFiles = 0; | |
114 | listF = OpenBinFile (bootlist, FALSE); | listF = OpenBinFile (bootlist, FALSE); |
115 | if (listF != NULL) { | if (listF != NULL) { |
116 | /* read in the file names, converting them to ML strings. */ | /* read in the file names, converting them to ML strings. */ |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |