]> granicus.if.org Git - fribidi/commit
packtab.c: Don't use pow as variable name
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 27 Feb 2018 04:27:50 +0000 (12:27 +0800)
committerKhaled Hosny <khaledhosny@eglug.org>
Tue, 27 Feb 2018 08:34:18 +0000 (10:34 +0200)
commit8c659598253c5427692102fb5f791b8dbf209191
treecbf2104f1a927e8d8c5de937803c7d9efcf6527b
parent4eff082587cecb123400c6cced2a839b27aaf463
packtab.c: Don't use pow as variable name

Visual Studio does not like one using pow as a variable name, as it is
a commonly-used function, as the headers that declare the pow() prototype
get pulled in during the build.
gen.tab/packtab.c