blob: ae8bef535fddf66c0a88a311c8ad6f2ec8fb15dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$FreeBSD$
--- cqmc.orig Mon Feb 24 00:31:45 2003
+++ cqmc Mon Feb 24 00:32:10 2003
@@ -18,8 +18,8 @@
#ifndef cqmc
#define cqmc
-namespace std
-{
+//namespace std
+//{
//size of input string
#define TERM_GR 128
@@ -85,6 +85,6 @@
extern void tableheadoutput(BOOL *var, unsigned char anz, unsigned char gt);
extern void tableoutput(bool value, bool option, unsigned char gt);
extern void tabletailoutput(char *minterm);
-}
+//}
#endif
|