diff options
Diffstat (limited to 'include/parse.h')
| -rw-r--r-- | include/parse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/parse.h b/include/parse.h index e83a3c4acf96..a568fab13e64 100644 --- a/include/parse.h +++ b/include/parse.h @@ -1,9 +1,9 @@ /* * ***************************************************************************** * - * Copyright (c) 2018-2020 Gavin D. Howard and contributors. + * SPDX-License-Identifier: BSD-2-Clause * - * All rights reserved. + * Copyright (c) 2018-2020 Gavin D. Howard and contributors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -110,6 +110,7 @@ void bc_parse_updateFunc(BcParse *p, size_t fidx); void bc_parse_pushName(const BcParse* p, char *name, bool var); void bc_parse_text(BcParse *p, const char *text); +extern const char bc_parse_zero[]; extern const char bc_parse_one[]; #endif // BC_PARSE_H |
