Skip to content
Snippets Groups Projects
rffi_variablesindex.h 2.47 KiB
/*
 * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 only, as
 * published by the Free Software Foundation.
 *
 * This code is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * version 2 for more details (a copy is included in the LICENSE file that
 * accompanied this code).
 *
 * You should have received a copy of the GNU General Public License version
 * 2 along with this work; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 *
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 * or visit www.oracle.com if you need additional information or have any
 * questions.
 */
#ifndef RFFI_VARIABLESINDEX_H
#define RFFI_VARIABLESINDEX_H

#define R_Home_x 0
#define R_TempDir_x 1
#define R_NilValue_x 2
#define R_UnboundValue_x 3
#define R_MissingArg_x 4
#define R_GlobalEnv_x 5
#define R_EmptyEnv_x 6
#define R_BaseEnv_x 7
#define R_BaseNamespace_x 8
#define R_NamespaceRegistry_x 9
#define R_Srcref_x 10
#define R_Bracket2Symbol_x 11
#define R_BracketSymbol_x 12
#define R_BraceSymbol_x 13
#define R_DoubleColonSymbol_x 14
#define R_ClassSymbol_x 15
#define R_DeviceSymbol_x 16
#define R_DevicesSymbol_x 17
#define R_DimNamesSymbol_x 18
#define R_DimSymbol_x 19
#define R_DollarSymbol_x 20
#define R_DotsSymbol_x 21
#define R_DropSymbol_x 22
#define R_LastvalueSymbol_x 23
#define R_LevelsSymbol_x 24
#define R_ModeSymbol_x 25
#define R_NameSymbol_x 26
#define R_NamesSymbol_x 27
#define R_NaRmSymbol_x 28
#define R_PackageSymbol_x 29
#define R_QuoteSymbol_x 30
#define R_RowNamesSymbol_x 31
#define R_SeedsSymbol_x 32
#define R_SourceSymbol_x 33
#define R_TspSymbol_x 34
#define R_dot_defined_x 35
#define R_dot_Method_x 36
#define R_dot_target_x 37
#define R_SrcrefSymbol_x 38
#define R_SrcfileSymbol_x 39
#define R_NaString_x 40
#define R_NaN_x 41
#define R_PosInf_x 42
#define R_NegInf_x 43
#define R_NaReal_x 44
#define R_NaInt_x 45
#define R_BlankString_x 46
#define R_BlankScalarString_x 47
#define R_BaseSymbol_x 48
#define R_NamespaceEnvSymbol_x 49
#define R_RestartToken_x 50

#define VARIABLES_TABLE_SIZE 50

#endif // RFFI_VARIABLESINDEX_H