/[dotgnu-pnet]/pnet/image/meta_build.c
ViewVC logotype

Diff of /pnet/image/meta_build.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.45 by rweather, Sat Oct 23 03:24:24 2004 UTC revision 1.46 by rweather, Thu Jun 9 07:59:59 2005 UTC
# Line 3243  static int Load_GenericPar(ILImage *imag Line 3243  static int Load_GenericPar(ILImage *imag
3243          {          {
3244                  return IL_LOADERR_MEMORY;                  return IL_LOADERR_MEMORY;
3245          }          }
3246          ILGenericParSetKind(genPar, ILProgramItem_FromToken          if(values[IL_OFFSET_GENERICPAR_KIND])
3247                          (image, values[IL_OFFSET_GENERICPAR_KIND]));          {
3248                    ILGenericParSetKind(genPar, ILProgramItem_FromToken
3249                                    (image, values[IL_OFFSET_GENERICPAR_KIND]));
3250            }
3251    
3252          /* Note: in Gyro, the constraint is stored in the GenericPar          /* Note: in Gyro, the constraint is stored in the GenericPar
3253             table, but in the .NET Framework SDK 2.0 beta it is stored             table, but in the .NET Framework SDK 2.0 beta it is stored

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26