12 lines
384 B
C++
12 lines
384 B
C++
$NetBSD: patch-src_io__.h,v 1.1 2012/02/16 11:37:27 hans Exp $
|
|
|
|
--- src/io_.h.orig 2006-07-07 08:54:23.000000000 +0200
|
|
+++ src/io_.h 2009-12-26 00:41:47.984732101 +0100
|
|
@@ -25,6 +25,7 @@
|
|
#ifndef IO_H
|
|
#define IO_H
|
|
#include "l_lib.h"
|
|
+#undef CS
|
|
/*--------------------------------------------------------------------------*/
|
|
class CS;
|
|
const int MAXHANDLE = CHAR_BIT*sizeof(int)-1;
|