fixed DEBUG build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14020 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,7 +43,7 @@ char *realloc ();
|
|||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
#define NULL (char *) 0
|
#define NULL (char *) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef emacs
|
#ifndef emacs
|
||||||
static void
|
static void
|
||||||
memory_out ()
|
memory_out ()
|
||||||
@@ -75,7 +75,7 @@ xrealloc (ptr, size)
|
|||||||
return tem;
|
return tem;
|
||||||
}
|
}
|
||||||
#endif /* not emacs */
|
#endif /* not emacs */
|
||||||
|
|
||||||
/* Assuming STRING is the value of a termcap string entry
|
/* Assuming STRING is the value of a termcap string entry
|
||||||
containing `%' constructs to expand parameters,
|
containing `%' constructs to expand parameters,
|
||||||
merge in parameter values and store result in block OUTSTRING points to.
|
merge in parameter values and store result in block OUTSTRING points to.
|
||||||
@@ -312,8 +312,8 @@ tparam1 (string, outstring, len, up, left, argp)
|
|||||||
strcat (op, left);
|
strcat (op, left);
|
||||||
return outstring;
|
return outstring;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG
|
#if 0
|
||||||
|
|
||||||
main (argc, argv)
|
main (argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
@@ -329,4 +329,4 @@ main (argc, argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* DEBUG */
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user