Sha256: f1130bf464028cfe4059e0044ccfc962e710dc9dd1252d91f22ad5188b016815
Contents?: true
Size: 953 Bytes
Versions: 230
Compression:
Stored size: 953 Bytes
Contents
/* Extern declarations for global variables. Copyright (C) 2010 Gregory Cohen <gregorycohenvideos@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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 for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* All the global variables are defined in portable/shiltiumcomp.c */ extern WhatToOptimizeFor what_to_optimize_for; extern const char* source_filename; #if UNIX extern bool is_a_terminal; #endif extern Language language;
Version data entries
230 entries across 46 versions & 6 rubygems