Abraxas/ECS C++ Home  Table of Contents 

Module - 72.html

ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++.

ECS C++-C Test Suite for Module - 72.cpp

/*

72. Add a semicolon after every statement expression macro.

*/
#define NOP	nop();
NOP		// bad 72.    Add a semicolon after every statement expression macro.
NOP;	// good

Abraxas/ECS C++ Home  Table of Contents

ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++