Package Index  Table of Contents

CodeCheck ECS C/C++ to Test Suite - 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

Package Index  Table of Contents

CodeCheck Copyright (c) 1988-2005 by Abraxas Software Inc. (R). All rights reserved.