mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
Eliminate wrong line (bug report 35441)
git-svn-id: trunk@41934 -
This commit is contained in:
parent
75baf343d6
commit
639adc314f
@ -231,7 +231,6 @@ function check_c_syscall_number_from_fpc_rtl ()
|
||||
if [ $verbose -ne 0 ] ; then
|
||||
echo Testing $sys value $value
|
||||
fi
|
||||
let froward_count++
|
||||
found=`sed -n "/#[[:space:]]*define[[:space:]]*${sys}[^A-Za-z0-9_]/p" ${syscall_header}`
|
||||
val=`sed -n "s:#[[:space:]]*define[[:space:]]*${sys}[^A-Za-z0-9_][^A-Za-z0-9_]*\([0-9]*\).*:\1:p" ${syscall_header}`
|
||||
# Test C file to grab all loaded headers
|
||||
|
Loading…
Reference in New Issue
Block a user