0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-22 18:31:27 +00:00

Reduce cl_cmd.c diffs down to protocol specifics.

This commit is contained in:
Bill Currie 2011-08-24 13:59:42 +09:00
parent 85bcac3c8d
commit d508da3cf0
2 changed files with 5 additions and 3 deletions
nq/source
qw/source

View file

@ -1,7 +1,7 @@
/*
cl_cmd.c
script command processing module
Client-side script command processing module
Copyright (C) 1996-1997 Id Software, Inc.
@ -27,6 +27,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
static __attribute__ ((used)) const char rcsid[] = "$Id$";
#ifdef HAVE_STRING_H
# include <string.h>
#endif

View file

@ -28,8 +28,7 @@
# include "config.h"
#endif
static __attribute__ ((used)) const char rcsid[] =
"$Id$";
static __attribute__ ((used)) const char rcsid[] = "$Id$";
#ifdef HAVE_STRING_H
# include <string.h>