Deleted Added
full compact
scan.l (12100) scan.l (15158)
1%{
2/* $NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 28 unchanged lines hidden (view full) ---

37#endif
38
39#include <stdlib.h>
40#include <string.h>
41#include <limits.h>
42#include <float.h>
43#include <ctype.h>
44#include <errno.h>
1%{
2/* $NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 28 unchanged lines hidden (view full) ---

37#endif
38
39#include <stdlib.h>
40#include <string.h>
41#include <limits.h>
42#include <float.h>
43#include <ctype.h>
44#include <errno.h>
45#include <math.h>
46#include <err.h>
47
48#include "lint1.h"
49#include "y.tab.h"
50
51#define CHAR_MASK (~(~0 << CHAR_BIT))
52
53/* XXX declaration of strtouq() is missing in stdlib.h ? */

--- 1373 unchanged lines hidden ---
45#include <err.h>
46
47#include "lint1.h"
48#include "y.tab.h"
49
50#define CHAR_MASK (~(~0 << CHAR_BIT))
51
52/* XXX declaration of strtouq() is missing in stdlib.h ? */

--- 1373 unchanged lines hidden ---