fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Short identifier is not working #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Give short int i; or give short i;
2.It gives short is undefined.
3. Even inside structure short identifier is not working.

What is the expected output? What do you see instead?
Should take short, and assign 16 bit

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

Original issue reported on code.google.com by k.adit...@gmail.com on 8 Jul 2009 at 8:38

GoogleCodeExporter commented 8 years ago
This is an enhancement request, not a defect. PicocC is intended to be small, 
hence
the omission of "short" for now. However I may add it later if there's 
sufficient demand.

Original comment by zik.sale...@gmail.com on 4 Oct 2009 at 2:09

GoogleCodeExporter commented 8 years ago
'short' is now implemented in the current head version

Original comment by zik.sale...@gmail.com on 11 Oct 2009 at 2:46