Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
3eb12a66
Commit
3eb12a66
authored
May 21, 1999
by
Per Cederqvist
Browse files
Don't use SERVER.
parent
76b212b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libcommon/parser.c
View file @
3eb12a66
/*
* $Id: parser.c,v 0.1
3
199
8
/0
7/08 13:41:33
ceder Exp $
* $Id: parser.c,v 0.1
4
199
9
/0
5/21 15:33:47
ceder Exp $
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -48,7 +48,7 @@
static
const
char
*
rcsid
=
"$Id: parser.c,v 0.1
3
199
8
/0
7/08 13:41:33
ceder Exp $"
;
rcsid
=
"$Id: parser.c,v 0.1
4
199
9
/0
5/21 15:33:47
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -65,24 +65,11 @@ USE(rcsid);
#define PRIVATE static
#if defined (SERVER)
# include "server/smalloc.h"
# define MALLOC smalloc
# define REALLOC srealloc
# define FREE sfree
#elif defined (CLIENT)
# include "zmalloc.h"
# define MALLOC zmalloc
# define REALLOC zrealloc
# define FREE zfree
#else
# include <stdlib.h>
# define MALLOC malloc
# define REALLOC realloc
# define FREE free
#endif
#include
"server/smalloc.h"
#define MALLOC smalloc
#define REALLOC srealloc
#define FREE sfree
/*
* Remove paranthesized "expressions" from the string STR.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment