7 std::string name_, unit_;
10 fitscolumn (const std::string &nm, const std::string &un,int i1,int t1)
11 : name_(nm), unit_(un), i(i1), t(t1){}
14 void init_bintab(std::vector<fitscolumn> & columns_)
16 char ttype[81], tunit[81], tform[81];
19 columns_.push_back (fitscolumn (ttype,tunit,1,typecode));
27 /* Ignore a warning that is irrelevant to the purpose of this test. */
28 /* { dg-prune-output ".*mudflap cannot track unknown size extern.*" } */