aboutsummaryrefslogtreecommitdiff
path: root/src/symbol.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 11:55:51 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 11:55:51 +0000
commit91cb7423e803cc35bfc838a776b933451642a640 (patch)
tree289f77b9ce41e26445153ed1ab46099df0ba1af2 /src/symbol.c
parent444967fcd52951e3894c1f25a21b2a96a2e4aad2 (diff)
downloadcflow-91cb7423e803cc35bfc838a776b933451642a640.tar.gz
cflow-91cb7423e803cc35bfc838a776b933451642a640.tar.bz2
Updated
Diffstat (limited to 'src/symbol.c')
-rw-r--r--src/symbol.c40
1 files changed, 19 insertions, 21 deletions
diff --git a/src/symbol.c b/src/symbol.c
index 55f7f40..c912879 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,24 +1,22 @@
-/* $Id$ */
-/* cflow:
- * Copyright (C) 1997 Gray
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-#include <stdio.h>
-#include <stdlib.h>
-#include "cflow.h"
+
+/* This file is part of GNU cflow
+ Copyright (C) 1997,2005 Sergey Poznyakoff
+
+ GNU cflow is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GNU cflow is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GNU cflow; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+
+#include <cflow.h>
int hash_size = 509; /* Size of hash table */
Symbol **symtab; /* Symbol table */

Return to:

Send suggestions and report system problems to the System administrator.