lib/calib_yacc.y: Move comedi_parse_calibration_file()
authorIan Abbott <abbotti@mev.co.uk>
Thu, 21 Mar 2013 15:36:14 +0000 (15:36 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Thu, 21 Mar 2013 15:36:14 +0000 (15:36 +0000)
commitcc0c9e740579640ef92ee5e7d37d6453cb2c8e9c
tree7ca587457449664cce8fa60f5aba2b27f313f0c4
parent90ce9a94bdb6b26a9cbffdf2e9922b0b1f668a65
lib/calib_yacc.y: Move comedi_parse_calibration_file()

Move the comedi_parse_calibration_file() function definition to the
bottom of the file.  It calls calib_yyparse() and the declaration might
not be in scope since we removed the declaration from
"lib/libinternal.h", but we know it will be declared somewhere above the
bottom of the generated "lib/calib_yacc.c" above the new location of
comedi_parse_calibration_file().
lib/calib_yacc.y