Commit 5ef9f99c authored by malenov's avatar malenov
Browse files

fix the definiiton of FRAMES_PER_SECOND

parent e7fbc163
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ int cntr_push_pop = 0; /* global counter for checking balanced push_wmops()/pop_
 * Complexity counting tool
 *--------------------------------------------------------------------*/

#define FRAMES_PER_SECOND            50.0
#define PROM_INST_SIZE               32  /* number of bits of each program instruction when stored in the PROM memory (applied only when the user selects reporting in bytes) */
#define MAX_FUNCTION_NAME_LENGTH     200 /* Maximum length of the function name */
#define MAX_PARAMS_LENGTH            200 /* Maximum length of the function parameter string */
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#pragma GCC system_header
#endif

#define FRAMES_PER_SECOND 50.0
#define ENH_32_BIT_OPERATOR
#define ENH_64_BIT_OPERATOR
#define ENH_U_32_BIT_OPERATOR