Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1902 → Rev 1907

/programs/develop/libraries/Mesa/configs/current
1,5 → 1,3
# Autoconf configuration
 
# Pull in the defaults
include $(TOP)/configs/default
 
7,6 → 5,7
CONFIG_NAME = autoconf
 
# Compiler and flags
 
AR = ar rc
CC = gcc
CXX = g++
/programs/develop/libraries/Mesa/src/mesa/main/context.c
438,7 → 438,7
/* Hopefully atexit() is widely available. If not, we may need some
* #ifdef tests here.
*/
// atexit(_mesa_destroy_shader_compiler);
atexit(_mesa_destroy_shader_compiler);
 
dummy_enum_func();
}