Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Add LIKEDS to DSEnders
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Feb 22, 2018
1 parent af8273c commit c295a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ILEditor/Classes/LanguageTools/RPGParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private static string GetTypeFromToken(RPGToken Token)
return result;
}

public static readonly string[] DSEnders = new[] { "EXTNAME", "LIKEREC" };
public static readonly string[] DSEnders = new[] { "EXTNAME", "LIKEREC", "LIKEDS" };

public static Function[] Parse(string Code)
{
Expand Down Expand Up @@ -146,6 +146,7 @@ public static Function[] Parse(string Code)
{
CurrentProcedure.AddVariable(CurrentStruct);
CurrentStruct = null;
break;
}
}

Expand Down

0 comments on commit c295a7c

Please sign in to comment.