mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
8 lines
99 B
C++
8 lines
99 B
C++
#ifndef CFLAG
|
|
#error CFLAG should be set
|
|
#endif
|
|
|
|
#ifndef CCFLAG
|
|
#error CCFLAG should be set
|
|
#endif
|