File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
** REBOL [R3] Language Interpreter and Run-time Environment
4
4
**
5
5
** Copyright 2012 REBOL Technologies
6
- ** Copyright 2012-2021 Rebol Open Source Contributors
6
+ ** Copyright 2012-2022 Rebol Open Source Contributors
7
7
** REBOL is a trademark of REBOL Technologies
8
8
**
9
9
** Licensed under the Apache License, Version 2.0 (the "License");
29
29
***********************************************************************/
30
30
31
31
#include "sys-core.h"
32
+ #ifdef SHOW_SIZEOFS
33
+ #include <stdio.h>
34
+ #endif
32
35
33
36
#define EVAL_DOSE 10000
34
37
@@ -95,6 +98,7 @@ extern const REBYTE Str_Banner[];
95
98
printf ("%u %s\n" , (REBCNT )sizeof (REBUDT ), "utype" );
96
99
printf ("%u %s\n" , (REBCNT )sizeof (REBDCI ), "deci" );
97
100
printf ("%u %s\n" , (REBCNT )sizeof (REBHAN ), "handle" );
101
+ printf ("%u %s\n" , (REBCNT )sizeof (REBHOB ), "hob" );
98
102
printf ("%u %s\n" , (REBCNT )sizeof (REBALL ), "all" );
99
103
#endif
100
104
You can’t perform that action at this time.
0 commit comments