mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
48b214f0b5
ref dc51d89ac2
13 lines
290 B
C++
13 lines
290 B
C++
/**
|
|
** @file mruby/presym.inc - Fallback file for Preallocated Symbols
|
|
**
|
|
** See Copyright Notice in mruby.h
|
|
*/
|
|
|
|
/*
|
|
* Reading this file means you failed to specify `-I<build-dir>/include`
|
|
* in the configuration. I will not use `PRESYM*` macros for compilation.
|
|
*/
|
|
|
|
#define MRB_NO_PRESYM
|