Files
mercury/trace/mercury_event_scanner.h
Peter Wang d793b7f3be Make mercury_event_scanner.h a static file.
trace/Mmakefile:
trace/mercury_event_scanner.h:
trace/.gitignore:
    Add mercury_event_scanner.h as a static file, no need to generate it.
2019-06-02 11:06:07 +10:00

12 lines
281 B
C

// vim: ts=4 sw=4 expandtab ft=c
// Copyright (C) 2019 The Mercury team.
// This file is distributed under the terms specified in COPYING.LIB.
#ifndef MERCURY_EVENT_SCANNER_H
#define MERCURY_EVENT_SCANNER_H
extern int mercury_event_lex(void);
#endif // MERCURY_EVENT_SCANNER_H