mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-24 17:29:38 +00:00
whitespace
This commit is contained in:
parent
e0f694a069
commit
a609de329b
@ -78,8 +78,8 @@ reg = (reserved tp "__A0" >> return "%%a0")
|
||||
data TypeCategory = ByteType | WordType | LongType | PointerType | VoidType
|
||||
deriving(Show, Eq)
|
||||
classifyType tm t | "Ptr" `isSuffixOf` t = Just PointerType
|
||||
| "*" `isSuffixOf` t = Just PointerType
|
||||
| "Handle" `isSuffixOf` t = Just PointerType
|
||||
| "*" `isSuffixOf` t = Just PointerType
|
||||
| "Handle" `isSuffixOf` t = Just PointerType
|
||||
classifyType tm "unsigned char" = Just ByteType
|
||||
classifyType tm "signed char" = Just ByteType
|
||||
classifyType tm "char" = Just ByteType
|
||||
|
Loading…
Reference in New Issue
Block a user