Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
parent
4cb0ab8a63
commit
e859ef2491
13 changed files with 33 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <string.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <system.h>
|
#include <system.h>
|
||||||
#include <print.h>
|
#include <print.h>
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* C O D E - G E N E R A T I N G R O U T I N E S */
|
/* C O D E - G E N E R A T I N G R O U T I N E S */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "dbsymtab.h"
|
#include "dbsymtab.h"
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* IDENTIFIER FIDDLING & SYMBOL TABLE HANDLING */
|
/* IDENTIFIER FIDDLING & SYMBOL TABLE HANDLING */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include <em_reg.h>
|
#include <em_reg.h>
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* PREPROCESSOR: INITIALIZATION ROUTINES */
|
/* PREPROCESSOR: INITIALIZATION ROUTINES */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "nopp.h"
|
#include "nopp.h"
|
||||||
|
|
||||||
#ifndef NOPP
|
#ifndef NOPP
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "inputtype.h"
|
#include "inputtype.h"
|
||||||
#include "file_info.h"
|
#include "file_info.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* U S E R O P T I O N - H A N D L I N G */
|
/* U S E R O P T I O N - H A N D L I N G */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include "botch_free.h"
|
#include "botch_free.h"
|
||||||
#include <alloc.h>
|
#include <alloc.h>
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* M A C R O R E P L A C E M E N T */
|
/* M A C R O R E P L A C E M E N T */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "nopp.h"
|
#include "nopp.h"
|
||||||
|
|
||||||
#ifndef NOPP
|
#ifndef NOPP
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
semantics of C is a mess.
|
semantics of C is a mess.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <alloc.h>
|
#include <alloc.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include "nofloat.h"
|
#include "nofloat.h"
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* C O D E - G E N E R A T I N G R O U T I N E S */
|
/* C O D E - G E N E R A T I N G R O U T I N E S */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include "dbsymtab.h"
|
#include "dbsymtab.h"
|
||||||
#ifndef LINT
|
#ifndef LINT
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* U S E R O P T I O N - H A N D L I N G */
|
/* U S E R O P T I O N - H A N D L I N G */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include "botch_free.h"
|
#include "botch_free.h"
|
||||||
#include <alloc.h>
|
#include <alloc.h>
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* PREPROCESSOR: MACRO-TEXT REPLACEMENT ROUTINES */
|
/* PREPROCESSOR: MACRO-TEXT REPLACEMENT ROUTINES */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "nopp.h"
|
#include "nopp.h"
|
||||||
|
|
||||||
#ifndef NOPP
|
#ifndef NOPP
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* S T A C K / U N S T A C K R O U T I N E S */
|
/* S T A C K / U N S T A C K R O U T I N E S */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "lint.h"
|
#include "lint.h"
|
||||||
#include "nofloat.h"
|
#include "nofloat.h"
|
||||||
#include <system.h>
|
#include <system.h>
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "file_info.h"
|
#include "file_info.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue