diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 675c8c562..8a8afde81 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -121,9 +121,7 @@ \see Fl::api_version() */ -#define FL_API_VERSION ( FL_MAJOR_VERSION * 10000 + \ - FL_MINOR_VERSION * 100 + \ - FL_PATCH_VERSION ) +#define FL_API_VERSION (FL_MAJOR_VERSION*10000 + FL_MINOR_VERSION*100 + FL_PATCH_VERSION) /** The FLTK ABI (Application Binary Interface) version number as an \em int.