]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/comp_error.c
ncurses 5.1
[ncurses.git] / ncurses / tinfo / comp_error.c
index 2b2d503013c09a4a09996fc5678f6e32c9e54b78..3767063da0a6d51664571587798c8b4c521904c5 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+ * Copyright (c) 1998,1999 Free Software Foundation, Inc.                   *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
 
 #include <tic.h>
 
-MODULE_ID("$Id: comp_error.c,v 1.16 1998/08/01 23:39:51 tom Exp $")
+MODULE_ID("$Id: comp_error.c,v 1.17 1999/10/30 23:00:16 tom Exp $")
 
-bool   _nc_suppress_warnings;
-int    _nc_curr_line;          /* current line # in input */
-int    _nc_curr_col;           /* current column # in input */
+bool   _nc_suppress_warnings = FALSE;
+int    _nc_curr_line = 0;      /* current line # in input */
+int    _nc_curr_col = 0;       /* current column # in input */
 
 static const char *sourcename;
 static char termtype[MAX_NAME_SIZE+1];