Commit c5befad5 by Alan Mishchenko

Cosmetic changes after incorporating new code of 'fxch'.

parent c30819cb
...@@ -451,7 +451,7 @@ usage: ...@@ -451,7 +451,7 @@ usage:
******************************************************************************/ ******************************************************************************/
int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
{ {
Pla_Man_t * p = Pla_AbcGetMan(pAbc); // Pla_Man_t * p = Pla_AbcGetMan(pAbc);
int c, nVars = 4, fVerbose = 0; int c, nVars = 4, fVerbose = 0;
Extra_UtilGetoptReset(); Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "Nvh" ) ) != EOF ) while ( ( c = Extra_UtilGetopt( argc, argv, "Nvh" ) ) != EOF )
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
#ifdef _WIN32 //#ifdef _WIN32
typedef unsigned int uint32_t; typedef unsigned int uint32_t;
typedef unsigned char uint8_t; typedef unsigned char uint8_t;
#endif //#endif
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS /// /// FUNCTION DEFINITIONS ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment