(svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern
This commit is contained in:
@@ -21,11 +21,5 @@ struct UnmovableSpec {
|
||||
|
||||
};
|
||||
|
||||
extern const UnmovableSpec _original_unmovable[];
|
||||
|
||||
static inline const UnmovableSpec *GetUnmovableSpec(UnmovableType type)
|
||||
{
|
||||
return &_original_unmovable[type];
|
||||
}
|
||||
|
||||
#endif /* UNMOVABLE_H */
|
||||
|
Reference in New Issue
Block a user