mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dthelp: Resolve implicit-function-declaration warnings
This commit is contained in:
parent
ec4320fd8b
commit
7d2b9dd56e
8 changed files with 17 additions and 0 deletions
|
@ -34,6 +34,8 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||||
#include "userinc.h"
|
#include "userinc.h"
|
||||||
#include "globdec.h"
|
#include "globdec.h"
|
||||||
|
|
||||||
|
extern void chksnb(void);
|
||||||
|
|
||||||
/* Include generated file */
|
/* Include generated file */
|
||||||
#include "efile.c"
|
#include "efile.c"
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,8 @@ char *user_defined_entities M_PARINIT("USER-DEFINED-ENTITIES");
|
||||||
|
|
||||||
static void scanloop(LOGICAL prolog);
|
static void scanloop(LOGICAL prolog);
|
||||||
|
|
||||||
|
extern void m_mberr1(char *text, const char *arg);
|
||||||
|
|
||||||
/* Main procedure */
|
/* Main procedure */
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,8 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||||
#include "userinc.h"
|
#include "userinc.h"
|
||||||
#include "globdec.h"
|
#include "globdec.h"
|
||||||
|
|
||||||
|
extern void chksnb(void);
|
||||||
|
|
||||||
/* Include generated file */
|
/* Include generated file */
|
||||||
#include "sfile.c"
|
#include "sfile.c"
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,9 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||||
#include "globdec.h"
|
#include "globdec.h"
|
||||||
|
|
||||||
/* Include generated file */
|
/* Include generated file */
|
||||||
|
|
||||||
|
extern void chksnb(void);
|
||||||
|
|
||||||
#include "efile.c"
|
#include "efile.c"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "entext.h"
|
#include "entext.h"
|
||||||
|
|
||||||
|
extern void m_mberr1(char *text, const char *arg);
|
||||||
|
|
||||||
/* Main procedure */
|
/* Main procedure */
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,8 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||||
#include "userinc.h"
|
#include "userinc.h"
|
||||||
#include "globdec.h"
|
#include "globdec.h"
|
||||||
|
|
||||||
|
extern void chksnb(void);
|
||||||
|
|
||||||
/* Include generated file */
|
/* Include generated file */
|
||||||
#include "sfile.c"
|
#include "sfile.c"
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "entext.h"
|
#include "entext.h"
|
||||||
|
|
||||||
|
extern void m_mberr1(char *text, const char *arg);
|
||||||
|
|
||||||
/* Main procedure */
|
/* Main procedure */
|
||||||
void main(int argc, char **argv)
|
void main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,8 @@ This product and information is proprietary of Tandem Computers Incorporated.
|
||||||
#include "userinc.h"
|
#include "userinc.h"
|
||||||
#include "globdec.h"
|
#include "globdec.h"
|
||||||
|
|
||||||
|
extern void ImpliedAttribute(char *name, M_WCHAR *value);
|
||||||
|
|
||||||
/* Include generated file */
|
/* Include generated file */
|
||||||
#include "sfile.c"
|
#include "sfile.c"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue