mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Replace most uses of typedef with using for type aliasing
This commit is contained in:
parent
7101f30646
commit
64748edab1
44 changed files with 100 additions and 101 deletions
2
src/RE.h
2
src/RE.h
|
@ -12,7 +12,7 @@
|
|||
#include "zeek/EquivClass.h"
|
||||
#include "zeek/List.h"
|
||||
|
||||
typedef int (*cce_func)(int);
|
||||
using cce_func = int (*)(int);
|
||||
|
||||
// This method is automatically generated by flex and shouldn't be namespaced
|
||||
extern int re_lex(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue