Also use -Wno-format-security when compiling the host version of fd2pragma.
[AROS.git] / tools / flexcat / src / sd / C++_h.sd
blobe4a3861a339e6ea3916d6378e042864f585cb071
1 ##rem $Id: C++_h.sd 253 2014-02-18 11:15:58Z damato $
2 ##stringtype C
3 ##shortstrings
5 //***************************************************************
6 //
7 //  This file was created automatically by `%fv'
8 //  from "%f0".
9 //
10 //  Do NOT edit by hand!
12 //***************************************************************
14 // You can include as many files like this as you want, as long
15 // as they have different string ID names. This allows you to have
16 // diferent catalogs in your program.
18 #ifndef %b_CAT_H    //  Make sure that this is read only once
19 #define %b_CAT_H
21 // This includes the definition of the CatalogF class with CatMessage class
22 #include <CatalogF.h>
24 //         'catalogFileName' 'builtInLanguage' & 'versionNumber'
25 #define %b_ARGS "%b.catalog", %l, %v
27 extern const CatMessage %i;
29 #endif