Cthulhu
0.2.10
Cthulhu compiler collection
scan.c
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-3.0-only
2
3
#include "
cthulhu/broker/scan.h
"
4
5
void
obrerror
(
where_t
*where,
void
*state,
scan_t
*scan,
const
char
*msg)
6
{
7
ctx_error
(where, state, scan, msg);
8
}
scan.h
ctx_error
CT_BROKER_API void ctx_error(const where_t *where, const void *state, const scan_t *scan, const char *msg)
Definition:
context.c:59
obrerror
void obrerror(where_t *where, void *state, scan_t *scan, const char *msg)
Definition:
scan.c:5
scan_t
a source file scanner
Definition:
scan.h:24
where_t
a location inside a scanner locations are inclusive and 0-based
Definition:
where.h:23
language
oberon
src
scan.c
Generated by
1.9.1