Small fix in native variable scope

This commit is contained in:
Cristian Maglie
2014-12-14 17:59:21 +01:00
parent 1d5eedba28
commit 62b1977d7c

View File

@@ -21,7 +21,7 @@ package serial
// Define (eventually) missing constants // Define (eventually) missing constants
#ifndef IUCLC #ifndef IUCLC
static const tcflag_t IUCLC = 0; const tcflag_t IUCLC = 0;
#endif #endif
#if defined(PAREXT) #if defined(PAREXT)