Kaydet (Commit) 105c0a16 authored tarafından Eike Rathke's avatar Eike Rathke

make this work again

Change-Id: I0ac5dfdea6b5785b1651c3b362bbddea2354e7c1
üst 6f2daecc
......@@ -214,7 +214,7 @@ sub main()
# #define LANGUAGE_AFRIKAANS 0x0436
@resultlist = grepFile(
$modifier . '^\s*#\s*define\s+[A-Z_]*' . $grepdef,
"$SRC_ROOT", "i18nlangtag", "lang.h", ());
"$SRC_ROOT", "include", "i18nlangtag/lang.h", ());
}
else
{
......@@ -223,7 +223,7 @@ sub main()
my $buf = sprintf( "0x%04X", $lcid);
@resultlist = grepFile(
'^\s*#\s*define\s+\w+\s+' . $buf,
"$SRC_ROOT", "i18nlangtag", "lang.h", ());
"$SRC_ROOT", "include", "i18nlangtag/lang.h", ());
}
for $result (@resultlist)
{
......@@ -276,7 +276,7 @@ sub main()
# #define LANGUAGE_AFRIKAANS 0x0436
@resultlist = grepFile(
$modifier . '^\s*#\s*define\s+[A-Z_]*' . $grepdef,
"$SRC_ROOT", "i18nlangtag", "lang.h", ());
"$SRC_ROOT", "include", "i18nlangtag/lang.h", ());
my @lcidlist;
for $result (@resultlist)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment