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

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>