Read the input filename from the command line
This commit is contained in:
@ -36,10 +36,6 @@ namespace gcc
|
||||
{
|
||||
return "Char";
|
||||
}
|
||||
else if (is_string_type(type))
|
||||
{
|
||||
return "String";
|
||||
}
|
||||
else if (is_pointer_type(type))
|
||||
{
|
||||
return "pointer";
|
||||
|
Reference in New Issue
Block a user