You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plain ktrans does not support mixing constant/type declarations with routine prototypes. All constants/type declarations should come first, then the routine prototypes.
In order to support .klh files including .klts (which would result in mixing the declarations), ktransw should inspect the preprocessor output and reorder constant and prototype declarations so that the expected order is maintained.
The text was updated successfully, but these errors were encountered:
Plain
ktrans
does not support mixing constant/type declarations with routine prototypes. All constants/type declarations should come first, then the routine prototypes.In order to support
.klh
files including.klt
s (which would result in mixing the declarations),ktransw
should inspect the preprocessor output and reorder constant and prototype declarations so that the expected order is maintained.The text was updated successfully, but these errors were encountered: