* CodeGen.cs: Fix tabbing
authorJackson Harper <jackson@novell.com>
Sun, 10 Aug 2003 21:18:51 +0000 (21:18 -0000)
committerJackson Harper <jackson@novell.com>
Sun, 10 Aug 2003 21:18:51 +0000 (21:18 -0000)
commit269e198f8e42747e793535ebd1cd1a07ceb1ab7c
treeee2e49be4d3bd3877a3fda4e5d7a6d7ae0962b4d
parent96748e7c9cc0f1690121a8c11d96c947458ddf14
    * CodeGen.cs: Fix tabbing
* ModifiableType.cs: Modify a types signature when the type is
modified instead of waiting untill the end. Signatures need to be
modified immediatly because they are used in method signatures and
would fail for overloaded operations if sigs weren't modified
right away.
* ExternTypeRef.cs: Add signature modifications, fix some tabbing
* GenericTypeInst.cs: Use ModifiableType as a base
* GenericTypeRef.cs: Use ModifiableType as a base
* PeapiTypeRef.cs: No longer take or modify type names.
* PrimitiveTypeRef.cs: Add signature modifications, fix some tabbing.
* Sentinel.cs: Add signature modifications, fix some tabbing.
* TypeRef.cs: Add signature modifications, fix some tabbing.

svn path=/trunk/mcs/; revision=17231
mcs/ilasm/codegen/ChangeLog
mcs/ilasm/codegen/CodeGen.cs
mcs/ilasm/codegen/ExternTypeRef.cs
mcs/ilasm/codegen/GenericTypeInst.cs
mcs/ilasm/codegen/GenericTypeRef.cs
mcs/ilasm/codegen/ModifiableType.cs
mcs/ilasm/codegen/PeapiTypeRef.cs
mcs/ilasm/codegen/PrimitiveTypeRef.cs
mcs/ilasm/codegen/Sentinel.cs
mcs/ilasm/codegen/TypeRef.cs