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

[project @ 1999-11-26 16:26:32 by simonmar]

rename error.h to stgerror.h
parent f689ae05
No related merge requests found
......@@ -25,11 +25,7 @@ HC = $(GHC)
#
LIBRARY = libHS$(_way).a
HS_SRCS = $(wildcard *.lhs)
HS_OBJS = $(HS_SRCS:.lhs=.$(way_)o)
LIBOBJS = $(HS_OBJS)
HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) PrelGHC.$(way_)hi
#-----------------------------------------------------------------------------
# Setting the GHC compile options
......
% -----------------------------------------------------------------------------
% $Id: PrelIOBase.lhs,v 1.14 1999/11/22 15:55:51 simonmar Exp $
% $Id: PrelIOBase.lhs,v 1.15 1999/11/26 16:26:32 simonmar Exp $
%
% (c) The AQUA Project, Glasgow University, 1994-1998
%
......@@ -11,7 +11,7 @@ concretely; the @IO@ module itself exports abstractly.
\begin{code}
{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-}
#include "cbits/error.h"
#include "cbits/stgerror.h"
#ifndef __HUGS__ /* Hugs just includes this in PreludeBuiltin so no header needed */
module PrelIOBase where
......
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