mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
15 lines
417 B
C++
15 lines
417 B
C++
--- ./scanner.h.orig Thu Aug 26 23:46:32 1999
|
|
+++ ./scanner.h Sat Oct 5 13:27:00 2002
|
|
@@ -6,10 +6,10 @@
|
|
class Scanner {
|
|
private:
|
|
int in;
|
|
- uchar *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof;
|
|
+ char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof;
|
|
uint tchar, tline, cline;
|
|
private:
|
|
- uchar *fill(uchar*);
|
|
+ char *fill(char*);
|
|
public:
|
|
Scanner(int);
|
|
int echo(ostream&);
|