Kiyoshi Ohgishi on Sat, 17 Oct 1998 13:12:42 +0900 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
bug of src/kernel/none/level1.h |
I found very small bug of src/kernel/none/level1.h Kiyoshi Ohgishi Department of Electronics and Information Science, Faculty of Engineering and Design, Kyoto Institute of Technology --- level1.h~ Thu Jul 23 22:40:27 1998 +++ level1.h Sat Oct 17 13:02:03 1998 @@ -90,7 +90,7 @@ checkmemory(z); #endif #ifdef _WIN32 - if (win32ctrlc) dowin32ctrlc() + if (win32ctrlc) dowin32ctrlc(); #endif avma = (long)z; return z; }