comparison dwt/internal/mozilla/Common.d @ 342:8d03ae013e53

Fixup
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:23:56 -0700
parents 942da4b6558a
children
comparison
equal deleted inserted replaced
341:942da4b6558a 342:8d03ae013e53
16 16
17 prtypes 17 prtypes
18 18
19 ******************************************************************************/ 19 ******************************************************************************/
20 20
21 //extern (System): 21 extern (System):
22 22
23 alias ubyte PRUint8; 23 alias ubyte PRUint8;
24 alias byte PRInt8; 24 alias byte PRInt8;
25 25
26 const PR_INT8_MAX = 127; 26 const PR_INT8_MAX = 127;