Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287084
Collapse All | Expand All

(-)miscellaneous-1.0.7/src/listen.cc (-1 / +2 lines)
Lines 1-11 Link Here
1
#define STATUS(x) do { if (debug) std::cout << x << std::endl << std::flush; } while (0)
1
#define STATUS(x) do { if (debug) std::cout << x << std::endl << std::flush; } while (0)
2
#define USE_DEFUN_INTERNAL 1
2
#define USE_DEFUN_INTERNAL 0
3
// Temporary hack (I hope).  For some reason the interpreter
3
// Temporary hack (I hope).  For some reason the interpreter
4
// is not finding the send/senderror commands, so I install
4
// is not finding the send/senderror commands, so I install
5
// them by hand..
5
// them by hand..
6
6
7
#include <iomanip>
7
#include <iomanip>
8
8
9
#include <iostream>
9
#include <cstdio>
10
#include <cstdio>
10
#include <cctype>
11
#include <cctype>
11
#include <cstdlib>
12
#include <cstdlib>

Return to bug 287084