mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +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
|
@ -36,7 +36,7 @@ public:
|
|||
};
|
||||
|
||||
#define YYLTYPE zeek::detail::yyltype
|
||||
typedef Location yyltype;
|
||||
using yyltype = Location;
|
||||
YYLTYPE GetCurrentLocation();
|
||||
|
||||
// Used to mean "no location associated with this object".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue