GFILE rules bug fix
This commit is contained in:
parent
9e6b210425
commit
6dc3cbcd29
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
* @brief Add floating point support to printg/scang etc.
|
* @brief Add floating point support to printg/scang etc.
|
||||||
*/
|
*/
|
||||||
#ifndef GFILE_ALLOW_FLOATS
|
#ifndef GFILE_ALLOW_FLOATS
|
||||||
#define GFILE_ALLOW_FLOATS
|
#define GFILE_ALLOW_FLOATS FALSE
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Can the device be specified as part of the file name.
|
* @brief Can the device be specified as part of the file name.
|
||||||
|
|
Loading…
Add table
Reference in a new issue