Rename get.c/h to lcpp.c/h
This commit is contained in:
parent
0ed5c16b46
commit
359c60b81b
@ -61,11 +61,11 @@ libctags_la_SOURCES = \
|
||||
main/entry.c \
|
||||
main/entry.h \
|
||||
main/general.h \
|
||||
main/get.c \
|
||||
main/get.h \
|
||||
main/keyword.c \
|
||||
main/keyword.h \
|
||||
main/kind.h \
|
||||
main/lcpp.c \
|
||||
main/lcpp.h \
|
||||
main/lregex.c \
|
||||
main/main.h \
|
||||
main/mio.c \
|
||||
|
@ -2,9 +2,9 @@
|
||||
* Copyright (c) 1996-2002, Darren Hiebert
|
||||
*
|
||||
* This source code is released for free distribution under the terms of the
|
||||
* GNU General Public License.
|
||||
* GNU General Public License version 2 or (at your option) any later version.
|
||||
*
|
||||
* This module contains the high level source read functions (preprocessor
|
||||
* This module contains the high level input read functions (preprocessor
|
||||
* directives are handled within this level).
|
||||
*/
|
||||
|
||||
@ -16,8 +16,10 @@
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "entry.h"
|
||||
#include "get.h"
|
||||
#include "lcpp.h"
|
||||
#include "kind.h"
|
||||
#include "options.h"
|
||||
#include "read.h"
|
||||
#include "vstring.h"
|
@ -2,12 +2,12 @@
|
||||
* Copyright (c) 1998-2002, Darren Hiebert
|
||||
*
|
||||
* This source code is released for free distribution under the terms of the
|
||||
* GNU General Public License.
|
||||
* GNU General Public License version 2 or (at your option) any later version.
|
||||
*
|
||||
* External interface to get.c
|
||||
*/
|
||||
#ifndef _GET_H
|
||||
#define _GET_H
|
||||
#ifndef CTAGS_MAIN_GET_H
|
||||
#define CTAGS_MAIN_GET_H
|
||||
|
||||
/*
|
||||
* INCLUDE FILES
|
||||
@ -47,6 +47,6 @@ extern int skipOverCComment (void);
|
||||
extern char *getArglistFromFilePos(MIOPos startPosition, const char *tokenName);
|
||||
extern char *getArglistFromStr(char *buf, const char *name);
|
||||
|
||||
#endif /* _GET_H */
|
||||
#endif /* CTAGS_MAIN_GET_H */
|
||||
|
||||
/* vi:set tabstop=4 shiftwidth=4: */
|
@ -19,7 +19,7 @@
|
||||
#include "debug.h"
|
||||
#include "mio.h"
|
||||
#include "entry.h"
|
||||
#include "get.h"
|
||||
#include "lcpp.h"
|
||||
#include "keyword.h"
|
||||
#include "main.h"
|
||||
#include "options.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "parse.h"
|
||||
#include "read.h"
|
||||
#include "vstring.h"
|
||||
#include "get.h"
|
||||
#include "lcpp.h"
|
||||
#include "routines.h"
|
||||
#include "xtag.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user