Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
1714ed34
Commit
1714ed34
authored
May 29, 2013
by
shannonwoods@chromium.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linker issue on Windows
git-svn-id:
https://angleproject.googlecode.com/svn/branches/dx11proto@2257
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
96f01b58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
version.h
src/common/version.h
+1
-1
DetectCallDepth.cpp
src/compiler/DetectCallDepth.cpp
+0
-2
No files found.
src/common/version.h
View file @
1714ed34
#define MAJOR_VERSION 1
#define MINOR_VERSION 1
#define BUILD_VERSION 0
#define BUILD_REVISION 224
4
#define BUILD_REVISION 224
5
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
...
...
src/compiler/DetectCallDepth.cpp
View file @
1714ed34
...
...
@@ -7,8 +7,6 @@
#include "compiler/DetectCallDepth.h"
#include "compiler/InfoSink.h"
const
int
DetectCallDepth
::
FunctionNode
::
kInfiniteCallDepth
;
DetectCallDepth
::
FunctionNode
::
FunctionNode
(
const
TString
&
fname
)
:
name
(
fname
),
visit
(
PreVisit
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment