cosmetics to keep the overview

This commit is contained in:
donovaly
2019-12-23 23:08:41 +01:00
committed by wwmayer
parent cd8b63028c
commit 6aeb0910b8
4 changed files with 96 additions and 93 deletions

View File

@@ -101,6 +101,7 @@ CGRP '\,'[0-9][0-9][0-9]
"mil" yylval = Quantity::Thou; return UNIT; // mil (the thou in US)
"yd" yylval = Quantity::Yard; return UNIT; // yard
"mi" yylval = Quantity::Mile; return UNIT; // mile
"mph" yylval = Quantity::MilePerHour; return UNIT; // mile per hour
"sqft" yylval = Quantity::SquareFoot; return UNIT; // square foot
"cft" yylval = Quantity::CubicFoot; return UNIT; // cubic foot