Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3031 → Rev 3480

/drivers/include/linux/compiler-gcc.h
5,6 → 5,9
/*
* Common definitions for all gcc versions go here.
*/
#define GCC_VERSION (__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)
 
 
/* Optimization barrier */