File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
Rebol 3 Language Interpreter and Run-time Environment
7
7
"Ren-C" branch @ https://github.com/metaeducation/ren-c
8
8
9
- Copyright 2012-2022 Ren-C Open Source Contributors
9
+ Copyright 2012-2024 Ren-C Open Source Contributors
10
10
REBOL is a trademark of REBOL Technologies
11
11
}
12
12
License: {
Original file line number Diff line number Diff line change 4
4
Type: module
5
5
Name: Common-Emitter
6
6
Rights: {
7
- Copyright 2016-2018 Ren-C Open Source Contributors
7
+ Copyright 2016-2024 Ren-C Open Source Contributors
8
8
REBOL is a trademark of REBOL Technologies
9
9
}
10
10
License: {
@@ -393,7 +393,7 @@ export make-emitter: func [
393
393
**
394
394
** REBOL [R3] Language Interpreter and Run-time Environment
395
395
** Copyright 2012 REBOL Technologies
396
- ** Copyright 2012-2018 Ren-C Open Source Contributors
396
+ ** Copyright 2012-2024 Ren-C Open Source Contributors
397
397
** REBOL is a trademark of REBOL Technologies
398
398
** Licensed under the Apache License, Version 2.0
399
399
**
Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ e-lib/emit [ver {
787
787
#define LIBREBOL_PREFIX(api_name) API_##api_name
788
788
789
789
/*
790
- * Extern prototypes for RL_XXX , don't call these functions directly.
790
+ * Extern prototypes for API_XXX , don't call these functions directly.
791
791
* They use vaptr instead of `...`, and may not do all the proper
792
792
* exception/longjmp handling needed.
793
793
*/
@@ -902,8 +902,8 @@ e-lib/emit [ver {
902
902
* be turned into rebI(...) to produce a RebolValue, instead of giving
903
903
* an invalid type error.
904
904
*
905
- * These are converters are predefined, but you can add your own, like
906
- * this one for converting std::string to TEXT!:
905
+ * These converters are predefined, but you can add your own, like this
906
+ * one for converting std::string to TEXT!:
907
907
*
908
908
* #include <string>
909
909
*
You can’t perform that action at this time.
0 commit comments