The R Project SVN R

Rev

Rev 60255 | Rev 68949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60255 Rev 60364
Line 124... Line 124...
124
    int numFortranSymbols;
124
    int numFortranSymbols;
125
    Rf_DotFortranSymbol *FortranSymbols;
125
    Rf_DotFortranSymbol *FortranSymbols;
126
 
126
 
127
    int numExternalSymbols;
127
    int numExternalSymbols;
128
    Rf_DotExternalSymbol *ExternalSymbols;
128
    Rf_DotExternalSymbol *ExternalSymbols;
-
 
129
 
-
 
130
    Rboolean forceSymbols;
129
};
131
};
130
 
132
 
131
 
133
 
132
struct Rf_RegisteredNativeSymbol {
134
struct Rf_RegisteredNativeSymbol {
133
    NativeSymbolType type;
135
    NativeSymbolType type;