mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 04:43:53 +00:00
trace/Mmakefile:
trace/mercury_event_scanner.h:
trace/.gitignore:
Add mercury_event_scanner.h as a static file, no need to generate it.
12 lines
281 B
C
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
|