Changeset 628 in dev for trunk/ab5.0/abdev/compiler_x86


Ignore:
Timestamp:
May 29, 2008, 1:36:02 AM (16 years ago)
Author:
dai_9181
Message:

ジェネリクス型の型解決ができない場合のエラーメッセージを実装した。

Location:
trunk/ab5.0/abdev/compiler_x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj

    r622 r628  
    13821382                </File>
    13831383                <File
     1384                    RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
     1385                    >
     1386                </File>
     1387                <File
    13841388                    RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
    13851389                    >
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r603 r628  
    4848#include <CodeGenerator.h>
    4949#include <Messenger.h>
     50#include <ErrorCode.h>
    5051#include <Linker.h>
    5152#include <Compiler.h>
Note: See TracChangeset for help on using the changeset viewer.