Skip to content
Snippets Groups Projects
Commit 5bc7737b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-18 12:41:03 by simonmar]

ANSIfy
parent 203cb682
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: fileGetc.c,v 1.5 1999/12/08 15:47:07 simonmar Exp $
* $Id: fileGetc.c,v 1.6 2000/01/18 12:41:03 simonmar Exp $
*
* hGetChar Runtime Support
*/
......@@ -13,8 +13,7 @@
/* Pre-condition: only ever called on a readable fileObject */
StgInt
fileGetc(ptr)
StgForeignPtr ptr;
fileGetc(StgForeignPtr ptr)
{
IOFileObject* fo = (IOFileObject*)ptr;
int rc=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment