diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-06 21:00:30 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-06 21:00:30 +0000 |
| commit | 8bdf904b6a23b93336ae2837772110bcdad234ce (patch) | |
| tree | 91ac8ceb41ef28e7d53deb65894c231f6a19b2e4 /Plan9 | |
| parent | 72335078034e3cd7edcb1739556b405a3e1e9bf8 (diff) | |
change C library Runerror
Diffstat (limited to 'Plan9')
| -rw-r--r-- | Plan9/include/lib9.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Plan9/include/lib9.h b/Plan9/include/lib9.h index 8973cd15..4b3dfad7 100644 --- a/Plan9/include/lib9.h +++ b/Plan9/include/lib9.h @@ -1,17 +1,11 @@ #include <u.h> typedef usize size_t; -#define Runeerror xRuneerror #define Rendez xRendez #include <libc.h> -#undef Runeerror #undef Rendez -enum -{ - Runeerror = 0x80, /* decoding error in UTF */ -}; /* * Extensions for Inferno to basic libc.h */ |
