mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Comments.
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
#include "output.h"
|
#include "output.h"
|
||||||
|
|
||||||
|
|
||||||
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* This Keyword factory produces KeywordExt instances. */
|
/* This Keyword factory produces KeywordExt instances. */
|
||||||
|
|
||||||
class KeywordExt_Factory : public Keyword_Factory
|
class KeywordExt_Factory : public Keyword_Factory
|
||||||
@@ -41,6 +43,7 @@ KeywordExt_Factory::create_keyword (const char *allchars, int allchars_length, c
|
|||||||
return new KeywordExt (allchars, allchars_length, rest);
|
return new KeywordExt (allchars, allchars_length, rest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
@@ -48,7 +51,7 @@ main (int argc, char *argv[])
|
|||||||
/* Set the Options. Open the input file and assign stdin to it. */
|
/* Set the Options. Open the input file and assign stdin to it. */
|
||||||
option.parse_options (argc, argv);
|
option.parse_options (argc, argv);
|
||||||
|
|
||||||
/* Initialize the key word list. */
|
/* Initialize the keyword list. */
|
||||||
KeywordExt_Factory factory;
|
KeywordExt_Factory factory;
|
||||||
Input inputter (stdin, &factory);
|
Input inputter (stdin, &factory);
|
||||||
inputter.read_keys ();
|
inputter.read_keys ();
|
||||||
|
|||||||
Reference in New Issue
Block a user