fixes double uint entries

This commit is contained in:
Christian Kroll 2011-03-10 21:46:55 +00:00
parent 57efa4abdf
commit 7ae7e9f1e4
1 changed files with 0 additions and 1 deletions

View File

@ -1367,7 +1367,6 @@ save_configuration () {
function uint () {
set_x_info "$2" "$3"
echo "$2=$x" >>$CONFIG
echo "#define $2 ($x""u)" >>$CONFIG_H
echo -e "#define $2 ($x)\n#define U$2 ($x""u)" >>$CONFIG_H
}