Deleted Added
full compact
tree.c (12100) tree.c (15158)
1/* $NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $ */
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

34#ifndef lint
35static char rcsid[] = "$NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $";
36#endif
37
38#include <stdlib.h>
39#include <string.h>
40#include <float.h>
41#include <limits.h>
1/* $NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $ */
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

34#ifndef lint
35static char rcsid[] = "$NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $";
36#endif
37
38#include <stdlib.h>
39#include <string.h>
40#include <float.h>
41#include <limits.h>
42#include <math.h>
43
44#include "lint1.h"
45#include "y.tab.h"
46
47/* Various flags for each operator. */
48static mod_t modtab[NOPS];
49
50static tnode_t *getinode __P((tspec_t, quad_t));

--- 3874 unchanged lines hidden ---
42
43#include "lint1.h"
44#include "y.tab.h"
45
46/* Various flags for each operator. */
47static mod_t modtab[NOPS];
48
49static tnode_t *getinode __P((tspec_t, quad_t));

--- 3874 unchanged lines hidden ---