j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Hi, I am currently trying to implement local variable support for OpenBIOS. I was just wonder if someone understood this code:
{ ; dpth }
I understand that the two brackets mean this is a local variable, and dpth is the name of the variable, but what does ; mean in this context?
Le lundi 04 janvier 2010 à 18:34 -0500, G 3 a écrit :
Hi, I am currently trying to implement local variable support for OpenBIOS. I was just wonder if someone understood this code:
{ ; dpth }
I understand that the two brackets mean this is a local variable, and dpth is the name of the variable, but what does ; mean in this context?
I think name before ";" are function parameters (from the stack), name after ";" are local variables.
Regards, Laurent
G 3 wrote:
Hi, I am currently trying to implement local variable support for OpenBIOS. I was just wonder if someone understood this code:
{ ; dpth }
I understand that the two brackets mean this is a local variable, and dpth is the name of the variable, but what does ; mean in this context?
It looks like this is explained by a few of the links Alex posted last month:
http://lists.openbios.org/pipermail/openbios/2009-December/004344.html
HTH,
Mark.