mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Simplify function declarations.
This commit is contained in:
@@ -43,9 +43,9 @@ private:
|
||||
static void sort_set (char *union_set, int len);
|
||||
|
||||
public:
|
||||
Gen_Perf (void);
|
||||
~Gen_Perf (void);
|
||||
int doit_all (void);
|
||||
Gen_Perf ();
|
||||
~Gen_Perf ();
|
||||
int doit_all ();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user