jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

fomalib.h should be protected against double inclusion #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
fomalib.h should have include guards, or the #pragma once directive so that 
including it in more than one source files doesn't cause compilation errors.

Original issue reported on code.google.com by nemesk...@gmail.com on 22 Jul 2013 at 9:28