Commit 0daacbef authored by malenov's avatar malenov
Browse files

fix #ifdef WMOPS ... #endif locations

parent 6e3ca961
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
/*
 * (C) 2022 copyright VoiceAge Corporation. All Rights Reserved.
 * (C) 2024 copyright VoiceAge Corporation. All Rights Reserved.
 *
 * This software is protected by copyright law and by international treaties. The source code, and all of its derivations,
 * is provided by VoiceAge Corporation under the "ITU-T Software Tools' General Public License". Please, read the license file
@@ -2442,6 +2442,8 @@ int NE_64( long long int L64_var1, long long int L64_var2 )

#endif /* #ifdef CONTROL_CODE_OPS */

#ifdef WMOPS

void incrIf( const char *func_name )
{
    /* Technical note: If the "IF" operator comes just after an "ELSE", its counter must not be incremented */
@@ -2524,3 +2526,5 @@ void Reset_BASOP_WMOPS_counter( unsigned int counterId )

    return;
}

#endif
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
/*
 * (C) 2022 copyright VoiceAge Corporation. All Rights Reserved.
 * (C) 2024 copyright VoiceAge Corporation. All Rights Reserved.
 *
 * This software is protected by copyright law and by international treaties. The source code, and all of its derivations,
 * is provided by VoiceAge Corporation under the "ITU-T Software Tools' General Public License". Please, read the license file
@@ -969,6 +969,8 @@ long TotalWeightedOperation( unsigned int counterId );
long DeltaWeightedOperation( unsigned int counterId );
void Reset_BASOP_WMOPS_counter( unsigned int counterId );

#endif

/*****************************************************************************
 *
 *  Function Name : FOR
@@ -1225,9 +1227,7 @@ extern int GE_64( long long int L64_var1, long long int L64_var2 );
extern int EQ_64( long long int L64_var1, long long int L64_var2 );
extern int NE_64( long long int L64_var1, long long int L64_var2 );


#endif /* #ifdef CONTROL_CODE_OPS */

#endif

#endif /* WMOPS_H */