Displaying 5 results from an estimated 5 matches for "1else".
Did you mean:
else
2014 Mar 19
0
[PATCH 2/2] Make the arm2gnu.pl converter handle apple specific details
...;) {
s/\bINCLUDE[ \t]*([^ \t\n]+)/.include \"$1\"/;
s/\bGET[ \t]*([^ \t\n]+)/.include \"${ my $x=$1; $x =~ s|\.s|-gnu.S|; \$x }\"/;
s/\bIMPORT\b/.extern/;
- s/\bEXPORT\b/.global/;
+ s/\bEXPORT\b\s*/.global $symprefix/;
s/^(\s+)\[/$1IF/;
s/^(\s+)\|/$1ELSE/;
s/^(\s+)\]/$1ENDIF/;
@@ -135,7 +142,7 @@ while (<>) {
# won't match the original source file (we could use the .line
# directive, which is documented to be obsolete, but then gdb will
# show the wrong line in the translated source file).
-...
2011 Dec 06
0
script for check drbd at mount ocfs2 at boot in debian
...or no esta correcto no podemos
arrancar..."? ? ? ? exit 1fi
$LOG "El mirror esta Ok, podemos montar $MOUNTPOINT .."mount | grep
"$MOUNTPOINT";copia_ok=$?if [ "$copia_ok" == 0 ]; then? ? ? ?$LOG "No
montamos $MOUNTPOINT por que ya esta montado"? ? ? ?exit 1else
mount $MOUNTPOINT? ? ? ? copia_ok=$?? ? ? ? if [ "$copia_ok" != 0 ];
then? ? ? ? ? ? ? ? $LOG "No se ha podido montar $MOUNTPOINT"
? ? ? exit 1? ? ? ? else? ? ? ? ? ? ? ? $LOG "Montado del directorio
$MOUNTPOINT OK"? ? ? ? fifi? ? ? ? ;;
stop|reload|restart|force-reloa...
2009 Feb 05
2
Bug in the parser (?) (PR#13504)
Full_Name: John C. Deva
Version: 2.8.1
OS: Fedora Linux 8, 64 bit
Submission from: (NULL) (193.200.150.189)
I notice that it is possible to redefine 'if' as a function of an arbitrary
number of arguments. Such redefined 'if' can then be used as any other user
function, except for that the parser still demands exactly three arguments to be
given to if. Furthermore, even if
2014 Mar 19
3
[PATCH 1/2] Add separate labels for the start of public functions
This avoids having to use the public symbol name when jumping here,
on platforms where the public symbols have an underscore prefix.
---
This avoids having to add heuristics for adding prefixes to symbols
in jumps to local labels as well.
---
celt/arm/celt_pitch_xcorr_arm.s | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/celt/arm/celt_pitch_xcorr_arm.s
2010 Jul 13
9
Xen 4 Ubuntu Lucid panics
I have tried 4 time unsuccessfully to install Xen 4 on Ubuntu Lucid (10.4) 64
bit version using the tutorial at
http://bderzhavets.wordpress.com/2010/04/24/set-up-ubuntu-10-04-server-pv-domu-at-xen-4-0-dom0-pvops-2-6-32-10-kernel-dom0-on-top-of-ubuntu-10-04-server/
on a Lenovo thinkcentre workstation.
When I boot I get a kernel panic. If I boot the Linux kernel that I compiled
using the