[sgen] Reenable gc-altstack test
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Scripting.Core / Compiler / SymbolGuids.cs
1 using System;
2
3 #if !FEATURE_CORE_DLR
4 namespace Microsoft.Scripting.Ast.Compiler {
5 #else
6 namespace System.Linq.Expressions.Compiler {
7 #endif
8     internal static class SymbolGuids {
9         internal static readonly Guid DocumentType_Text =
10             new Guid(0x5a869d0b, 0x6611, 0x11d3, 0xbd, 0x2a, 0, 0, 0xf8, 8, 0x49, 0xbd);
11     }
12 }