| # | Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 10 | ||
| 11 | #include <stdio.h> | |
| 12 | #include <math.h> | |
| 13 | + | #include <stdlib.h> |
| 14 | #include <ctype.h> | |
| 15 | #include <string.h> | |
| 16 | #include "parser.h" | |
| # | Line 266 | Line 267 | void | |
| 267 | mg_fgetpos(pos) /* get current position in input file */ | |
| 268 | register MG_FPOS *pos; | |
| 269 | { | |
| 269 | – | extern long ftell(); |
| 270 | – | |
| 270 | pos->fid = mg_file->fid; | |
| 271 | pos->lineno = mg_file->lineno; | |
| 272 | pos->offset = ftell(mg_file->fp); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |